Made many buttons and titles more consistent.

This commit is contained in:
Logan Fick
2018-03-12 19:26:55 -04:00
parent 5eadded99c
commit 16a2b0fa18
22 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
</h1>
<% if @forum.can_write?(current_user) %>
<p>
<%= link_to "New thread", new_forumthread_path(forum: @forum), class: "btn blue" %>
<%= link_to "New Thread", new_forumthread_path(forum: @forum), class: "btn blue" %>
</p>
<% end %>