Patch #1473 » issue_code_syntax_highlighting.patch
| app/views/issues/edit.rhtml (working copy) | ||
|---|---|---|
| 1 | 1 |
<h2><%=h "#{@issue.tracker.name} ##{@issue.id}" %></h2>
|
| 2 | 2 | |
| 3 | 3 |
<%= render :partial => 'edit' %> |
| 4 | ||
| 5 |
<div id="preview" class="wiki"> |
|
| 6 |
<% content_for :header_tags do %> |
|
| 7 |
<%= stylesheet_link_tag 'scm' %> |
|
| 8 |
<% end %> |
|
| 9 |
</div> |
|
| app/views/issues/new.rhtml (working copy) | ||
|---|---|---|
| 16 | 16 |
}, :accesskey => accesskey(:preview) %> |
| 17 | 17 |
<% end %> |
| 18 | 18 | |
| 19 |
<div id="preview" class="wiki"></div> |
|
| 19 |
<div id="preview" class="wiki"> |
|
| 20 |
<% content_for :header_tags do %> |
|
| 21 |
<%= stylesheet_link_tag 'scm' %> |
|
| 22 |
<% end %> |
|
| 23 |
</div> |
|
| app/views/issues/show.rhtml (working copy) | ||
|---|---|---|
| 110 | 110 | |
| 111 | 111 |
<% content_for :header_tags do %> |
| 112 | 112 |
<%= auto_discovery_link_tag(:atom, {:format => 'atom', :key => User.current.rss_key}, :title => "#{@issue.project} - #{@issue.tracker} ##{@issue.id}: #{@issue.subject}") %>
|
| 113 |
<%= stylesheet_link_tag 'scm' %> |
|
| 113 | 114 |
<% end %> |