Sha256: 54a034b98a0f34efd93b74b7687991d495386af015c57945ee2a918ace5b5981
Contents?: true
Size: 710 Bytes
Versions: 28
Compression:
Stored size: 710 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") } %> <div class="row"> <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 %> </div>
Version data entries
28 entries across 28 versions & 1 rubygems