Sha256: e39612920a696af93003b3b606f267acd31731fb6d21aec3c734eb2b7df0c565

Contents?: true

Size: 787 Bytes

Versions: 3

Compression:

Stored size: 787 Bytes

Contents

<article>
  <h1>Respaldo cifrado</h1>
  <%= simple_form_for @respaldo7z, 
    url: respaldo7z_url,
    defaults: { input_html: { class: 'span10' } } do |f| %>

    <%= render partial: 'msip/hogar/errores', locals: { f: f } %> 

    <%= f.input :clave7z, 
      label: I18n.t('activerecord.attributes.msip/respaldo7z.clave7z'),
      as: :password %>
    <%= f.input :clave7z_confirmation, 
      label: I18n.t('activerecord.attributes.msip/respaldo7z.clave7z_confirmation'),
      as: :password %>

    <div class="form-actions">
      <%= f.button :submit, 'Crear respaldo y descargar', 
        class: 'btn-primary',
        'data-turbo' => false %>
      <%= link_to t('.cancel', :default => 'Inicio'),
        main_app.root_path, :class => 'btn' %>
    </div>
  <% end %>
</article>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
msip-2.2.0.alfa3 app/views/msip/respaldo7z/new.html.erb
msip-2.2.0.alfa2 app/views/msip/respaldo7z/new.html.erb
msip-2.2a2 app/views/msip/respaldo7z/new.html.erb