Skip to content

Commit

Permalink
Design(timesheet#edit): Added space between sidebar buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisma committed Nov 2, 2016
1 parent 99317fd commit bbc4f0a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions app/views/time_sheets/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,9 @@
<% end %>
<% content_for :actions do %>
<div class="row">
<div class="col-sm-12">
<% unless readonly %>
<%= f.submit nil, class:"btn btn-success btn-block", id: "submit" %>
<% end %>
</div>
</div>
<% unless readonly %>
<%= f.submit nil, class:"btn btn-success btn-block", id: "submit" %>
<% end %>
<% end %>
<% end %>

0 comments on commit bbc4f0a

Please sign in to comment.