mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 20:36:27 +02:00
Passing @project to hook calls no longer needed in views.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1720 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
body {behavior: url(<%= stylesheet_path "csshover.htc" %>);}
|
||||
</style>
|
||||
<![endif]-->
|
||||
<%= call_hook :view_layouts_base_html_head, :project => @project %>
|
||||
<%= call_hook :view_layouts_base_html_head %>
|
||||
<!-- page specific tags -->
|
||||
<%= yield :header_tags -%>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user