Sha256: 4f00da0865e28077ad71c43b6e2afe51bb1c2f8f423b2362abc9f184dcb14208
Contents?: true
Size: 693 Bytes
Versions: 8
Compression:
Stored size: 693 Bytes
Contents
%main.mdl-layout__content %div.mdl-grid %div.mdl-cell.mdl-cell--12-col %div#sign-in.mdl-card = simple_form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| .mdl-card__title(style="height: 200px;") %object.logo{ type: "image/svg+xml", data: image_path("jobshop/logo.svg") } .mdl-card__supporting-text = f.input(:email) = f.input(:password) = f.input(:team_id, as: :hidden, input_html: { value: params[:team_id] }) .mdl-card__actions = f.input :remember_me, as: :boolean, input_html: { class: "mdl-checkbox__input" } = f.button :submit, "Log in"
Version data entries
8 entries across 8 versions & 1 rubygems