X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/daa2496024cf0bdc65e58eb6e2802784f411f68b..9cd96bd452415918be77d6d2094c021b652c9048:/app/views/user_blocks/new.html.erb diff --git a/app/views/user_blocks/new.html.erb b/app/views/user_blocks/new.html.erb index 99f9252d1..c390134ba 100644 --- a/app/views/user_blocks/new.html.erb +++ b/app/views/user_blocks/new.html.erb @@ -1,32 +1,24 @@ -
- <%= check_box_tag 'tried_contacting', 'yes', (params[:tried_contacting] == "yes") %> - <%= label_tag 'tried_contacting', t('user_block.new.tried_contacting') %> -
-- <%= check_box_tag 'tried_waiting', 'yes', (params[:tried_waiting] == "yes") %> - <%= label_tag 'tried_waiting', t('user_block.new.tried_waiting') %> -
-
- <%= f.label :reason, t('user_block.new.reason', :name => @display_name) %>
- <%= f.text_area :reason %>
-
- <%= label_tag 'user_block_period', t('user_block.new.period') %>
- <%= select_tag('user_block_period', options_for_select(UserBlock::PERIODS.collect { |h| [t('user_block.period', :count => h), h.to_s] }, params[:user_block_period] )) %>
-
+ <%= f.form_group :needs_view do %> <%= f.check_box :needs_view %> - <%= f.label :needs_view, t('user_block.new.needs_view') %> -
-- <%= hidden_field_tag 'display_name', @display_name %> - <%= f.submit t('user_block.new.submit') %> -
-<% end %> + <% end %> -<%= link_to 'Back', user_blocks_path %> + <%= f.primary %> + <%= link_to t(".back"), user_blocks_path, :class => "btn btn-link" %> +<% end %>