This commit is contained in:
jomo
2014-06-18 01:22:32 +02:00
parent d12910fcd6
commit 2df9e4ad66

View File

@@ -1,4 +1,4 @@
<div class="user"> <div class="user">
<%= link_to user.name, user_path(user.id), class: "role #{user.role.name} #{"banned" if user.banned?} #{"disabled" if user.disabled?}", title: user.ign %> <%= link_to user.name, user_path(user.id), class: "role #{user.role.name} #{"banned" if user.banned?} #{"disabled" if user.disabled?}", title: user.ign %>
<% link_to "$", donate_statics_path, class: "donor", title: "Donator" if user.donor? %> <%= link_to "$", donate_statics_path, class: "donor", title: "Donator" if user.donor? %>
</div> </div>