summaryrefslogtreecommitdiff
path: root/app/views/users/show.html.erb
diff options
context:
space:
mode:
authorMrYummy <elemental428@gmail.com>2017-06-17 17:22:58 +0200
committerMrYummy <elemental428@gmail.com>2017-06-17 17:22:58 +0200
commit8bf5164301761775c8ff47467b4f6f30f324d632 (patch)
tree3a28436c5a3975c561961a9ed1aeb35ab740303d /app/views/users/show.html.erb
parent6a0eedc58541e9cf73f25ceef535ff7defde210c (diff)
just making this so I don't lose work when I switch branchespm
Diffstat (limited to 'app/views/users/show.html.erb')
-rw-r--r--app/views/users/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index 6ca1acd..6edcc6e 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -11,7 +11,7 @@
<%= link_to "edit profile", edit_user_path(@user), :class => "btn blue" %>
<% end %>
<% if @user.is?(current_user) %>
- <%= link_to "Private Messages (#{Message.where.not(user_unread: current_user).count})", messages_path, :class => "btn blue" %>
+ <%= link_to "private messages (#{Message.where.not(user_unread: current_user).count})", messages_path, :class => "btn blue" %>
<% elsif current_user %>
<%= link_to "Send this user a message", new_message_path(user_target: @user.ign), :class => "btn blue" %>
<% end %>