1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-20 15:31:12 +00:00

Remove history label and no data (#3058).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18278 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2019-06-20 07:14:49 +00:00
parent 04b8be1d5b
commit fcd38ecadf
2 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,6 @@ end %>
<%= render partial: 'action_menu_edit' if User.current.wants_comments_in_reverse_order? %> <%= render partial: 'action_menu_edit' if User.current.wants_comments_in_reverse_order? %>
<div id="history"> <div id="history">
<h3><%=l(:label_history)%></h3>
<%= render_tabs issue_history_tabs, issue_history_default_tab %> <%= render_tabs issue_history_tabs, issue_history_default_tab %>
</div> </div>

View File

@ -558,6 +558,7 @@ div.journal h4 img.gravatar {margin-left:-32px;}
} }
#history div:target h4 {background-color:#DDEEFF;} #history div:target h4 {background-color:#DDEEFF;}
#history p.nodata {display: none;}
div#activity dl, #search-results { margin-left: 2em; } div#activity dl, #search-results { margin-left: 2em; }
div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; } div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }