summaryrefslogtreecommitdiff
path: root/app/views/users/show.html.erb
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2013-10-14 02:40:44 +0200
committerjomo <github@jomo.tv>2013-10-14 02:40:44 +0200
commit7c578874c9b4015b286c4748532a21c631bca39c (patch)
treeeb35e093b49324009125dba1ec2dc3d2ef311eaf /app/views/users/show.html.erb
parentacd4c5198f7c930c4726c2ba8dcd6f2941fc6b9a (diff)
style
Diffstat (limited to 'app/views/users/show.html.erb')
-rw-r--r--app/views/users/show.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index f0be84a..a2c0c93 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -2,13 +2,13 @@
<h1><%= @user.name %></h1>
<% if @user.is?(current_user) || (mod? && current_user.role >= @user.role) %>
- <div class="profile-action" ><%= link_to "edit profile", edit_user_path(@user), :class => "btn-blue" %></div>
+ <div class="profile-action" ><%= link_to "edit profile", edit_user_path(@user), :class => "btn blue" %></div>
<% end %>
<div class="profile-action" >
<% if !session[:original_user_id] && admin? %>
- <%= link_to "become this user", become_user_path(@user), :class => "btn-blue" %>
+ <%= link_to "become this user", become_user_path(@user), :class => "btn blue" %>
<% elsif session[:original_user_id] %>
- <%= link_to "revert", unbecome_users_path, :class => "btn-blue" %>
+ <%= link_to "revert", unbecome_users_path, :class => "btn blue" %>
<% end %>
</div>