Commit 18b3bb28d52365281fe9c9448b9926c39f26eec3
1 parent
c487bddc
Exists in
master
and in
1 other branch
Renamed 'User Details' to 'User'
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/problems/show.html.haml
... | ... | @@ -55,7 +55,7 @@ |
55 | 55 | %li= link_to 'Summary', '#summary', :rel => 'summary', :class => 'button' |
56 | 56 | %li= link_to 'Backtrace', '#backtrace', :rel => 'backtrace', :class => 'button' |
57 | 57 | - if @notice && @notice.user_attributes.present? |
58 | - %li= link_to 'User Details', '#user_attributes', :rel => 'user_attributes', :class => 'button' | |
58 | + %li= link_to 'User', '#user_attributes', :rel => 'user_attributes', :class => 'button' | |
59 | 59 | %li= link_to 'Environment', '#environment', :rel => 'environment', :class => 'button' |
60 | 60 | %li= link_to 'Parameters', '#params', :rel => 'params', :class => 'button' |
61 | 61 | %li= link_to 'Session', '#session', :rel => 'session', :class => 'button' |
... | ... | @@ -71,7 +71,7 @@ |
71 | 71 | |
72 | 72 | - if @notice.user_attributes.present? |
73 | 73 | #user_attributes |
74 | - %h3 User Details | |
74 | + %h3 User | |
75 | 75 | = render 'notices/user_attributes', :user => @notice.user_attributes |
76 | 76 | |
77 | 77 | #environment | ... | ... |