##// END OF EJS Templates
test: replace "should_route" of "attachments" to "assert_routing" at integration/routing_test.rb...
test: replace "should_route" of "attachments" to "assert_routing" at integration/routing_test.rb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8202 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7825:1ebe9640a6b7
r8082:a61d7d053ff3
Show More
_form.html.erb
8 lines | 243 B | text/plain | TextLexer
<%= f.error_messages %>
<div class="box tabular">
<p><%= f.text_field :lastname, :label => :field_name %></p>
<% @group.custom_field_values.each do |value| %>
<p><%= custom_field_tag_with_label :group, value %></p>
<% end %>
</div>