]> git.openstreetmap.org Git - rails.git/blob - app/views/accounts/pd_declarations/show.html.erb
6b8aaa6096bbdc51bb83fd2de34fbc6caf4f130d
[rails.git] / app / views / accounts / pd_declarations / show.html.erb
1 <% content_for :heading do %>
2   <h1><%= t ".title" %></h1>
3 <% end %>
4
5 <%= bootstrap_form_tag do |f| %>
6   <%= f.check_box :consider_pd,
7                   :label => t(".consider_pd"),
8                   :autocomplete => :off,
9                   :checked => current_user.consider_pd,
10                   :disabled => current_user.consider_pd %>
11 <% end %>