##// END OF EJS Templates
History box on issues/show is now hidden if there's no history...
History box on issues/show is now hidden if there's no history git-svn-id: http://redmine.rubyforge.org/svn/trunk@596 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r396:bd8de9a6f840
r593:188077d6345e
Show More
_form.rhtml
11 lines | 459 B | text/html+ruby | RhtmlLexer
<%= error_messages_for 'tracker' %>
<div class="box">
<!--[form:tracker]-->
<p><%= f.text_field :name, :required => true %></p>
<p><%= f.check_box :is_in_chlog %></p>
<p><%= f.check_box :is_in_roadmap %></p>
<% if @tracker.new_record? %>
<p><label><%= l(:label_copy_workflow_from) %></label> <%= select_tag(:copy_workflow_from, content_tag("option") + options_from_collection_for_select(@trackers, :id, :name)) %></p>
<% end %>
<!--[eoform:tracker]-->
</div>