]> git.openstreetmap.org Git - rails.git/commitdiff
Style fixes
authorSimon Poole <simon@poole.ch>
Wed, 30 Jan 2019 12:33:18 +0000 (13:33 +0100)
committerSimon Poole <simon@poole.ch>
Mon, 13 May 2019 14:54:29 +0000 (16:54 +0200)
app/views/users/terms.html.erb

index e40eeffa25878dfc934b59a4d9d2874eaa160211..ee74312f7532cf81085e06e7aad4c786affbef99 100644 (file)
   <p class="deemphasize"><%= t '.tou_explain' %></p>
   <div class="form-row">
     <label for="read_tou">
-      <%= check_box_tag 'read_tou',1,false %>
+      <%= check_box_tag 'read_tou' %>
       <%= t '.read_tou_html', :tou_link => link_to(t('layouts.tou'), "https://wiki.osmfoundation.org/wiki/Terms_of_Use", :target => :new) %>
     </label>
 
     <%= hidden_field_tag("referer", h(params[:referer])) unless params[:referer].nil? %>
 
     <div class="buttons form-row inner20 clearfix">
-      <%= submit_tag(t('.agree'), :name => "agree", :id => "agree", disabled: true)  %>
+      <%= submit_tag(t('.agree'), :name => "agree", :id => "agree", :disabled => true)  %>
       <%= submit_tag(t('.decline'), :name => "decline", :id => "decline") %>
     </div>