summaryrefslogtreecommitdiff
path: root/app/views/forums/new.html.erb
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-05-02 02:04:12 +0200
committerjomo <github@jomo.tv>2014-05-02 02:04:12 +0200
commit04066ba49f6a6b4cf41536080ab97528634978cb (patch)
tree724ea25b9a2fb82c9953a86f197ce52cd62b5128 /app/views/forums/new.html.erb
parent2e687216ee688082026f5fb2e573823609b75f17 (diff)
fix buttons, fix float
Diffstat (limited to 'app/views/forums/new.html.erb')
-rw-r--r--app/views/forums/new.html.erb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/forums/new.html.erb b/app/views/forums/new.html.erb
index 1327461..e48575b 100644
--- a/app/views/forums/new.html.erb
+++ b/app/views/forums/new.html.erb
@@ -21,5 +21,6 @@
</tr>
</table>
<%= f.hidden_field :forumgroup_id %>
- <p><%= f.submit "Create forum", class: "btn blue" %></p>
+ <p><%= f.submit "Create forum", class: "btn blue left" %></p>
+ <div class="clear"></div>
<% end %> \ No newline at end of file