summaryrefslogtreecommitdiff
path: root/app/views/users/show.html.erb
diff options
context:
space:
mode:
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 fc6df4e3..2685a15b 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -28,7 +28,7 @@
28 <div class="layout_row_label"><%= t("users.labels.last_login") %></div> 28 <div class="layout_row_label"><%= t("users.labels.last_login") %></div>
29 <div class="layout_row_content"> 29 <div class="layout_row_content">
30 <% if @user.last_login_at %> 30 <% if @user.last_login_at %>
31 <%= I18n.l(@user.last_login_at, :format => :ccc_date) %> 31 <%= admin_date(@user.last_login_at) %>
32 <% else %> 32 <% else %>
33 <%= t("users.never_signed_in") %> 33 <%= t("users.never_signed_in") %>
34 <% end %> 34 <% end %>