diff options
Diffstat (limited to 'app/views/issues/show.html.erb')
-rw-r--r-- | app/views/issues/show.html.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index c4777ff83..7c180a4d3 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -123,7 +123,6 @@ end %> <%= render partial: 'action_menu_edit' if User.current.wants_comments_in_reverse_order? %> <div id="history"> -<h3><%=l(:label_history)%></h3> <%= render_tabs issue_history_tabs, issue_history_default_tab %> </div> |