Sha256: 848b252b1c79c939595baa1eaada1342515093a4f3b03bba4114ccc875680dbe

Contents?: true

Size: 412 Bytes

Versions: 4

Compression:

Stored size: 412 Bytes

Contents

<h1><%= t(".title") %></h1>

<%= form_tag admin_sessions_path do %>
  <div class="field">
    <%= label_tag :email, t(".email") %>
    <%= text_field_tag :email, params[:email] %>
  </div>
  <div class="field">
    <%= label_tag :password, t(".password") %>
    <%= password_field_tag :password %>
  </div>
  <div class="actions"><%= submit_tag t(".button"), class: "btn btn-large btn-primary" %></div>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
monologue-0.5.0 app/views/monologue/admin/sessions/new.html.erb
monologue-0.4.1 app/views/monologue/admin/sessions/new.html.erb
monologue-0.4.0 app/views/monologue/admin/sessions/new.html.erb
monologue-0.3.0 app/views/monologue/admin/sessions/new.html.erb