Defect #6270 ยป 6270-Add-scm.css-to-news-pages-to-allow-proper-syntax-hig.patch
| app/views/news/edit.rhtml | ||
|---|---|---|
| 12 | 12 |
}, :accesskey => accesskey(:preview) %> |
| 13 | 13 |
<% end %> |
| 14 | 14 |
<div id="preview" class="wiki"></div> |
| 15 | ||
| 16 |
<% content_for :header_tags do %> |
|
| 17 |
<%= stylesheet_link_tag 'scm' %> |
|
| 18 |
<% end %> |
|
| app/views/news/index.rhtml | ||
|---|---|---|
| 45 | 45 | |
| 46 | 46 |
<% content_for :header_tags do %> |
| 47 | 47 |
<%= auto_discovery_link_tag(:atom, params.merge({:format => 'atom', :page => nil, :key => User.current.rss_key})) %>
|
| 48 |
<%= stylesheet_link_tag 'scm' %> |
|
| 48 | 49 |
<% end %> |
| 49 | 50 | |
| 50 | 51 |
<% html_title(l(:label_news_plural)) -%> |