clear float under l/r buttons
This commit is contained in:
@@ -5,4 +5,5 @@
|
||||
<%= f.text_area :content, class: "vertical" %>
|
||||
<p><%= f.submit "Update Info", class: "btn blue left" %></p>
|
||||
<% end %>
|
||||
<p><%= button_to "Delete Info", @info, method: "delete", data: {confirm: "Delete Info forever?"}, class: "btn red right" %></p>
|
||||
<p><%= button_to "Delete Info", @info, method: "delete", data: {confirm: "Delete Info forever?"}, class: "btn red right" %></p>
|
||||
<div class="clear"></div>
|
||||
Reference in New Issue
Block a user