Skip to content

Commit

Permalink
Move home button out of form to avoid flash message
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Jan 5, 2017
1 parent 333d94d commit aa1f54d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/views/userload_reruns/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
<div class="btn-group">
<%= f.submit 'Rerun userload for this date', class: 'btn btn-md btn-default btn-full' %>
</div>
<div class="btn-group">
<%= main_menu_button %>
</div>

<% end %>

<div class="btn-group">
<%= main_menu_button %>
</div>

0 comments on commit aa1f54d

Please sign in to comment.