This repository has been archived on 2024-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
redstoner.com/app/views/users/_username.html.erb
2014-06-18 01:22:32 +02:00

4 lines
273 B
Plaintext

<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 "$", donate_statics_path, class: "donor", title: "Donator" if user.donor? %>
</div>