more fixes, changes, support for new mojang API

This commit is contained in:
jomo
2014-04-18 14:35:18 +02:00
parent 7135d2690c
commit 0264f239ba
62 changed files with 4927 additions and 15 deletions

View File

@@ -8,7 +8,9 @@
<div class="items bold">
<% group.forums.each do |f| %>
<%= link_to f.name, f, class: "item" %>
<% if f.can_read?(current_user) %>
<%= link_to f.name, f, class: "item" %>
<% end %>
<% end %>
</div>