<%= @user.username %>

<%= image_tag @user.profile.avatar.url %>
<%= render :partial => "general" %>
<% if cuser and @user.can_update? cuser %> <%= link_to 'Edit', edit_user_path(@user), class: 'button' %> <%= link_to 'My Agenda', "/users/agenda/#{cuser.id}", class: 'button' %> <% end %> <% if cuser and cuser.admin? %> <%= link_to 'Show History', "/users/history/#{@user.id}", class: 'button' %> <% end %>