]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user_blocks/edit.html.erb
Move onclick handling of tou checkbox to ujs
[rails.git] / app / views / user_blocks / edit.html.erb
index a3bb9c682fb320954c0d0227ed74a2c7cd6f3923..82757af8346e6aa65268bc72375903760b39f0c0 100644 (file)
@@ -1,11 +1,11 @@
-<% @title = t '.title', :name => h(@user_block.user.display_name) %>
+<% @title = t ".title", :name => h(@user_block.user.display_name) %>
 <% content_for :heading do %>
-  <h1><%= raw t('.title',
+  <h1><%= raw t(".title",
                 :name => link_to(h(@user_block.user.display_name),
                                  user_path(@user_block.user))) %></h1>
   <ul class='secondary-actions clearfix'>
-    <li><%= link_to t('.show'), @user_block %></li>
-    <li><%= link_to t('.back'), user_blocks_path %></li>
+    <li><%= link_to t(".show"), @user_block %></li>
+    <li><%= link_to t(".back"), user_blocks_path %></li>
   </ul>
 <% end %>
 
   <%= f.error_messages %>
 
   <p>
-    <%= f.label :reason, t('.reason', :name => h(@user_block.user.display_name)) %><br />
+    <%= f.label :reason, t(".reason", :name => h(@user_block.user.display_name)) %><br />
     <%= richtext_area :user_block, :reason, :cols => 80, :rows => 20, :format => @user_block.reason_format %>
   </p>
   <p>
-    <%= label_tag 'user_block_period', t('.period') %><br />
-    <%= select_tag('user_block_period', options_for_select(UserBlock::PERIODS.collect { |h| [t('user_blocks.period', :count => h), h.to_s] }, params[:user_block_period])) %>
+    <%= label_tag "user_block_period", t(".period") %><br />
+    <%= select_tag("user_block_period", options_for_select(UserBlock::PERIODS.collect { |h| [t("user_blocks.period", :count => h), h.to_s] }, params[:user_block_period])) %>
   </p>
   <p>
     <%= f.check_box :needs_view %>
-    <%= f.label :needs_view, t('.needs_view') %>
+    <%= f.label :needs_view, t(".needs_view") %>
   </p>
   <p>
-    <%= f.submit t('.submit') %>
+    <%= f.submit t(".submit") %>
   </p>
 <% end %>