mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 07:21: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:
parent
04b8be1d5b
commit
fcd38ecadf
@ -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>
|
||||
|
||||
|
||||
@ -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; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user