lots of style/mobile changes
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<div class="header">
|
||||
<%= group.name %>
|
||||
<%= link_to "edit", edit_forumgroup_path(group), class: "editlink" if admin? %>
|
||||
<div class="clear-right"></div>
|
||||
</div>
|
||||
|
||||
<div class="items bold">
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
<span class="comment-counter">
|
||||
<%= link_to pluralize(thread.replies.count, "Reply"), thread %>
|
||||
</span>
|
||||
<div class="clear-right"></div>
|
||||
</div>
|
||||
<div class="items bold">
|
||||
<%= link_to thread.title, forumthread_path(thread), class: "item #{"locked" if thread.locked}#{"sticky" if thread.sticky}" %>
|
||||
|
||||
Reference in New Issue
Block a user