Commit b1cb9cd3 authored by Eric Davis's avatar Eric Davis

Added :view_projects_form plugin hook


git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@1978 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 76d33e1f
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<% @project.custom_field_values.each do |value| %> <% @project.custom_field_values.each do |value| %>
<p><%= custom_field_tag_with_label :project, value %></p> <p><%= custom_field_tag_with_label :project, value %></p>
<% end %> <% end %>
<%= call_hook(:view_projects_form, :project => @project, :form => f) %>
</div> </div>
<% unless @trackers.empty? %> <% unless @trackers.empty? %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment