]> source.dussan.org Git - redmine.git/commitdiff
Remove history label and no data (#3058).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 20 Jun 2019 07:14:49 +0000 (07:14 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 20 Jun 2019 07:14:49 +0000 (07:14 +0000)
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18278 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/show.html.erb
public/stylesheets/application.css

index c4777ff83c8b52cd39769ddee76861aea52c21d6..7c180a4d36cc0d11364cb58c8dee52cf1f4e63f6 100644 (file)
@@ -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>
 
index f3b74f81a613c1d3a160598826eb411917b910c7..14dafb2aae7a94e99015ed274fb9455c50eee837 100644 (file)
@@ -558,6 +558,7 @@ div.journal h4 img.gravatar {margin-left:-32px;}
 }
 
 #history div:target h4 {background-color:#DDEEFF;}
+#history p.nodata {display: none;}
 
 div#activity dl, #search-results { margin-left: 2em; }
 div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }