From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 04:06:46 +0000 (+0000) Subject: replace tabs to spaces at app/views/repositories/committers.html.erb X-Git-Tag: 1.3.0~679 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4f132c7f3d600f2b1f850614d9ae15dfd6b63b38;p=redmine.git replace tabs to spaces at app/views/repositories/committers.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7289 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/repositories/committers.html.erb b/app/views/repositories/committers.html.erb index 597a414aa..008066266 100644 --- a/app/views/repositories/committers.html.erb +++ b/app/views/repositories/committers.html.erb @@ -9,26 +9,26 @@ <% form_tag({}) do %> - - - - + + + + <% i = 0 -%> <% @committers.each do |committer, user_id| -%> - - - - - <% i += 1 -%> + + + + + <% i += 1 -%> <% end -%>
<%= l(:field_login) %><%= l(:label_user) %>
<%= l(:field_login) %><%= l(:label_user) %>
<%=h committer %> - <%= hidden_field_tag "committers[#{i}][]", committer %> - <%= select_tag "committers[#{i}][]", content_tag('option', "-- #{l :actionview_instancetag_blank_option} --", :value => '') + options_from_collection_for_select(@users, 'id', 'name', user_id.to_i) %> -
<%=h committer %> + <%= hidden_field_tag "committers[#{i}][]", committer %> + <%= select_tag "committers[#{i}][]", content_tag('option', "-- #{l :actionview_instancetag_blank_option} --", :value => '') + options_from_collection_for_select(@users, 'id', 'name', user_id.to_i) %> +

<%= submit_tag(l(:button_update)) %>

<% end %> -<% end %> \ No newline at end of file +<% end %>