X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/50091893d44ecfc48c13bb2269f23a6f23aea1d2..3af16f6337b52546297e7e09a1aba9b0e1df7e15:/app/views/user_blocks/_block.html.erb diff --git a/app/views/user_blocks/_block.html.erb b/app/views/user_blocks/_block.html.erb index 1614a4dc4..ec04c79b7 100644 --- a/app/views/user_blocks/_block.html.erb +++ b/app/views/user_blocks/_block.html.erb @@ -1,5 +1,5 @@ - <% c1 = cycle('table0', 'table1') %> + <% c1 = cycle("table0", "table1") %> <% if show_user_name %> <%= link_to h(block.user.display_name), user_path(block.user) %> @@ -11,14 +11,14 @@ <%= h block_status(block) %> <% if block.revoker_id.nil? %> - <%= t('.not_revoked') %> + <%= t(".not_revoked") %> <% else %> <%= link_to h(block.revoker.display_name), user_path(block.revoker) %> <% end %> - <%= link_to t('.show'), block %> - <% if current_user and current_user.id == block.creator_id and block.active? %><%= link_to t('.edit'), edit_user_block_path(block) %><% end %> + <%= link_to t(".show"), block %> + <% if current_user and current_user.id == block.creator_id and block.active? %><%= link_to t(".edit"), edit_user_block_path(block) %><% end %> <% if show_revoke_link %> - <% if block.active? %><%= link_to t('.revoke'), :controller => 'user_blocks', :action => 'revoke', :id => block.id %><% end %> + <% if block.active? %><%= link_to t(".revoke"), :controller => "user_blocks", :action => "revoke", :id => block.id %><% end %> <% end %>