Sha256: 4aa3cdbf696beac08141ca2a2403baee031527f2422446c4961628a25650a9b2

Contents?: true

Size: 676 Bytes

Versions: 7

Compression:

Stored size: 676 Bytes

Contents

<div class="login__container">

  <!-- Login form -->

  <% form = cell(:inputs, :form).new(url: lato_core.authentication_exec_login_path) %>
  
  <%=raw form.open %>

    <% row = cell(:elements, :row).new %>

    <%=raw row.open %>

      <%=raw cell(:inputs, :text).new(name: 'username', label: LANGUAGES[:lato_core][:forms][:username], required: true) %>

      <%=raw cell(:inputs, :password).new(name: 'password', label: LANGUAGES[:lato_core][:forms][:password], required: true) %>

    <%=raw row.close %>

    <%=raw cell(:elements, :button).new(label: LANGUAGES[:lato_core][:mixed][:login], type: 'submit') %>

  <%=raw form.close %>
  
  <!-- /Login form -->

</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
lato_core-2.2.2 app/views/lato_core/back/authentication/index.html.erb
lato_core-2.2.0 app/views/lato_core/back/authentication/index.html.erb
lato_core-2.1.4 app/views/lato_core/back/authentication/index.html.erb
lato_core-2.1.3 app/views/lato_core/back/authentication/index.html.erb
lato_core-2.1.2 app/views/lato_core/back/authentication/index.html.erb
lato_core-2.1.1 app/views/lato_core/back/authentication/index.html.erb
lato_core-2.1 app/views/lato_core/back/authentication/index.html.erb