Feature #3058 » 0008-Remove-history-label-and-no-data.patch
| app/views/issues/show.html.erb | ||
|---|---|---|
| 123 | 123 |
<%= render partial: 'action_menu_edit' if User.current.wants_comments_in_reverse_order? %> |
| 124 | 124 | |
| 125 | 125 |
<div id="history"> |
| 126 |
<h3><%=l(:label_history)%></h3> |
|
| 127 | 126 |
<%= render_tabs issue_history_tabs, issue_history_default_tab %> |
| 128 | 127 |
</div> |
| 129 | 128 | |
| public/stylesheets/application.css | ||
|---|---|---|
| 558 | 558 |
} |
| 559 | 559 | |
| 560 | 560 |
#history div:target h4 {background-color:#DDEEFF;}
|
| 561 |
#history p.nodata {display: none;}
|
|
| 561 | 562 | |
| 562 | 563 |
div#activity dl, #search-results { margin-left: 2em; }
|
| 563 | 564 |
div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }
|