Sha256: 7391b7decf98553c35d0ca1aa037c8533c392ad94beefb0c28b3df75609de192

Contents?: true

Size: 452 Bytes

Versions: 7

Compression:

Stored size: 452 Bytes

Contents

<% add_decidim_page_title(t("my_data", scope: "layouts.decidim.user_profile")) %>
<% content_for(:subtitle) { t("my_data", scope: "layouts.decidim.user_profile") } %>

<div class="data-portability">
  <strong><%= t(".download_data") %></strong>
  <p><%= t(".download_data_description", user_email: current_user.email).html_safe %></p>
  <%= button_to t(".request_data"), export_data_portability_path, class: "button", data: { disable: true } %>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
decidim-core-0.26.10 app/views/decidim/data_portability/show.html.erb
decidim-core-0.26.9 app/views/decidim/data_portability/show.html.erb
decidim-core-0.26.8 app/views/decidim/data_portability/show.html.erb
decidim-core-0.26.7 app/views/decidim/data_portability/show.html.erb
decidim-core-0.26.5 app/views/decidim/data_portability/show.html.erb
decidim-core-0.26.4 app/views/decidim/data_portability/show.html.erb
decidim-core-0.26.3 app/views/decidim/data_portability/show.html.erb