##// END OF EJS Templates
Russian translation updated by Kirill Bezrukov (#13463)...
Russian translation updated by Kirill Bezrukov (#13463) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11620 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11162:ee1d9647b86f
r11390:71b3b5d1b5f7
Show More
_form.html.erb
8 lines | 257 B | text/plain | TextLexer
<%= error_messages_for @group %>
<div class="box tabular">
<p><%= f.text_field :name, :required => true, :size => 60 %></p>
<% @group.custom_field_values.each do |value| %>
<p><%= custom_field_tag_with_label :group, value %></p>
<% end %>
</div>