Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
venjob
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xuan Trung Le
venjob
Commits
75d6f614
Commit
75d6f614
authored
Nov 16, 2017
by
Xuan Trung Le
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bugs
parent
bccf7885
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
.gitignore
+3
-0
app/assets/stylesheets/application.scss
+4
-0
app/views/applies/apply.html.erb
+1
-2
No files found.
.gitignore
View file @
75d6f614
...
...
@@ -20,3 +20,6 @@
# Ignore application configuration
/config/application.yml
# Ignore public
/public
app/assets/stylesheets/application.scss
View file @
75d6f614
...
...
@@ -37,6 +37,10 @@ body{
width
:
80%
!
important
;
}
.mrTop5
{
margin-top
:
5px
;
}
// key-visual
.key-visual
{
width
:
100%
;
...
...
app/views/applies/apply.html.erb
View file @
75d6f614
...
...
@@ -22,9 +22,8 @@
<div
class=
"form-group"
>
<%=
f
.
label
:cv
,
'Cv:'
,
class:
"control-label col-md-2"
%>
<div
class=
"col-sm-10"
>
<div
class=
"col-sm-10
mrTop5
"
>
<label
for=
"apply_job_cv"
>
<%=
@application
.
cv
.
filename
%>
</label>
<%=
f
.
file_field
:cv
,
class:
"form-control"
%>
</label>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment