##// END OF EJS Templates
Resourcified repositories for CRUD operations to prepare for multiple SCM per project (#779)....
Resourcified repositories for CRUD operations to prepare for multiple SCM per project (#779). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8648 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7825:1ebe9640a6b7
r8528:fb1a2fd7cd4c
Show More
_form.html.erb
8 lines | 243 B | text/plain | TextLexer
Jean-Philippe Lang
Replaced error_messages_for with #error_messages....
r7825 <%= f.error_messages %>
Jean-Philippe Lang
User groups branch merged....
r2755
<div class="box tabular">
Toshi MARUYAMA
replace tabs to spaces at app/views/groups/_form.html.erb...
r7164 <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>
Jean-Philippe Lang
User groups branch merged....
r2755 <% end %>
</div>