From 18b3bb28d52365281fe9c9448b9926c39f26eec3 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Wed, 6 Mar 2013 16:43:37 +1300 Subject: [PATCH] Renamed 'User Details' to 'User' --- app/views/problems/show.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/problems/show.html.haml b/app/views/problems/show.html.haml index b3abd1c..0d723de 100644 --- a/app/views/problems/show.html.haml +++ b/app/views/problems/show.html.haml @@ -55,7 +55,7 @@ %li= link_to 'Summary', '#summary', :rel => 'summary', :class => 'button' %li= link_to 'Backtrace', '#backtrace', :rel => 'backtrace', :class => 'button' - if @notice && @notice.user_attributes.present? - %li= link_to 'User Details', '#user_attributes', :rel => 'user_attributes', :class => 'button' + %li= link_to 'User', '#user_attributes', :rel => 'user_attributes', :class => 'button' %li= link_to 'Environment', '#environment', :rel => 'environment', :class => 'button' %li= link_to 'Parameters', '#params', :rel => 'params', :class => 'button' %li= link_to 'Session', '#session', :rel => 'session', :class => 'button' @@ -71,7 +71,7 @@ - if @notice.user_attributes.present? #user_attributes - %h3 User Details + %h3 User = render 'notices/user_attributes', :user => @notice.user_attributes #environment -- libgit2 0.21.2