Feature #2840 ยป patch.txt
| 1 |
### Eclipse Workspace Patch 1.0 |
|---|---|
| 2 |
#P Redmine |
| 3 |
Index: app/views/my/page.rhtml |
| 4 |
=================================================================== |
| 5 |
--- app/views/my/page.rhtml (revision 2548) |
| 6 |
+++ app/views/my/page.rhtml (working copy) |
| 7 |
@@ -34,9 +34,10 @@ |
| 8 |
<% content_for :header_tags do %> |
| 9 |
<%= javascript_include_tag 'context_menu' %> |
| 10 |
<%= stylesheet_link_tag 'context_menu' %> |
| 11 |
+ <%= call_hook :view_my_page_styles %> |
| 12 |
<% end %> |
| 13 |
|
| 14 |
<div id="context-menu" style="display: none;"></div> |
| 15 |
<%= javascript_tag "new ContextMenu('#{url_for(:controller => 'issues', :action => 'context_menu')}')" %>
|
| 16 |
|
| 17 |
-<% html_title(l(:label_my_page)) -%> |
| 18 |
+<% html_title(l(:label_my_page)) -%> |
| 19 |
\ No newline at end of file |