Commit 75d6f614 by Xuan Trung Le

fix bugs

parent bccf7885
......@@ -20,3 +20,6 @@
# Ignore application configuration
/config/application.yml
# Ignore public
/public
......@@ -37,6 +37,10 @@ body{
width: 80% !important;
}
.mrTop5{
margin-top: 5px;
}
// key-visual
.key-visual{
width: 100%;
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment