summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/issues/show.html.erb1
-rw-r--r--public/stylesheets/application.css1
2 files changed, 1 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>
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index f3b74f81a..14dafb2aa 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -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; }