Sha256: 6a523ff1dfd60f51d409ff8d5818fa076a61c3efe05e242b1c3bad1609c0512d
Contents?: true
Size: 402 Bytes
Versions: 4
Compression:
Stored size: 402 Bytes
Contents
<%= form_for authentication_scope, url: login_path, html: { class: "login-form" } do |f| %> <header class="auth-header"> <%= hook("auth.login.heading") do %> <h1><%= trestle_auth_title %></h1> <% end %> </header> <% if flash[:error] -%> <div class="alert alert-danger error-bg"> <p><%= flash[:error] %></p> </div> <% end -%> <%= render "form", f: f %> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems