<%= l(:label_no_data) %>
<% else %> <%= form_tag({}) do %><%= 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 ) %> |
<%= submit_tag(l(:button_update)) %>
<% end %> <% end %>