Sha256: 8c3c4968295a5930a7cadcbad2502681575c666944225ba0cb0a09c4b7a37118
Contents?: true
Size: 661 Bytes
Versions: 18
Compression:
Stored size: 661 Bytes
Contents
<% add_decidim_page_title(t("my_interests", scope: "layouts.decidim.user_profile")) %> <% content_for(:subtitle) { t("my_interests", scope: "layouts.decidim.user_profile") } %> <p><%= t(".select_your_interests") %></p> <%= form_for(@user_interests, url: user_interests_path, method: :put, class: "user-form") do |f| %> <p><strong><%= t(".my_interests") %></strong></p> <% if @user_interests.scopes.any? %> <div class="clearfix m-bottom"> <%= render partial: "scopes", locals: { scopes: @user_interests.scopes, f: f } %> </div> <%= f.submit t(".update_my_interests") %> <% else %> <p><%= t(".no_scopes") %></p> <% end %> <% end %>
Version data entries
18 entries across 18 versions & 1 rubygems