Sha256: 0ce9899e00401cad3cc196eb22e36d3410b8647f5755e6572be4c39dff157347

Contents?: true

Size: 876 Bytes

Versions: 17

Compression:

Stored size: 876 Bytes

Contents

<div class="row">
  <%= form_for(@notifications_settings, url: notifications_settings_path, method: :put, class: "user-form") do |f| %>
    <div class="switch tiny switch-with-label email_on_notification">
      <label>
        <%= f.check_box :email_on_notification, label: false, class: "switch-input" %>
        <span class="switch-paddle"></span>
        <span class="switch-label"><%= t(".email_on_notification") %></span>
      </label>
    </div>
    <div class="switch tiny switch-with-label newsletter_notifications">
      <label>
        <%= f.check_box :newsletter_notifications, label: false, class: "switch-input" %>
        <span class="switch-paddle"></span>
        <span class="switch-label"><%= t(".newsletter_notifications") %></span>
      </label>
    </div>
    <%= f.submit t(".update_notifications_settings"), disable_with: true %>
  <% end %>
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
decidim-core-0.15.2 app/views/decidim/notifications_settings/show.html.erb
decidim-core-0.15.1 app/views/decidim/notifications_settings/show.html.erb
decidim-core-0.15.0 app/views/decidim/notifications_settings/show.html.erb
decidim-core-0.14.4 app/views/decidim/notifications_settings/show.html.erb
decidim-core-0.14.3 app/views/decidim/notifications_settings/show.html.erb
decidim-core-0.14.2 app/views/decidim/notifications_settings/show.html.erb
decidim-core-0.14.1 app/views/decidim/notifications_settings/show.html.erb
decidim-core-0.13.1 app/views/decidim/notifications_settings/show.html.erb
decidim-core-0.12.2 app/views/decidim/notifications_settings/show.html.erb
decidim-core-0.13.0 app/views/decidim/notifications_settings/show.html.erb
decidim-core-0.12.1 app/views/decidim/notifications_settings/show.html.erb
decidim-core-0.13.0.pre1 app/views/decidim/notifications_settings/show.html.erb
decidim-core-0.12.0 app/views/decidim/notifications_settings/show.html.erb
decidim-core-0.11.2 app/views/decidim/notifications_settings/show.html.erb
decidim-core-0.12.0.pre app/views/decidim/notifications_settings/show.html.erb
decidim-core-0.11.1 app/views/decidim/notifications_settings/show.html.erb
decidim-core-0.11.0.pre1 app/views/decidim/notifications_settings/show.html.erb