]> git.openstreetmap.org Git - rails.git/blob - app/views/preferences/advanced_preferences/show.html.erb
Merge remote-tracking branch 'upstream/pull/6243'
[rails.git] / app / views / preferences / advanced_preferences / show.html.erb
1 <% content_for :heading_class, "pb-0" %>
2
3 <% content_for :heading do %>
4   <h1><%= t ".title" %></h1>
5   <%= render :partial => "navigation" %>
6 <% end %>
7
8 <%= bootstrap_form_for current_user, :url => { :action => :update } do |f| %>
9   <%= f.text_field :languages %>
10
11   <%= f.primary t(".save") %>
12 <% end %>