This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<div class="row"> | |
<div class="col-sm-4 col-sm-offset-4"> | |
<div class="light-well"> | |
<h2 class="page-header text-center">Edit <%= resource_name.to_s.humanize %></h2> | |
<%= form_for resource, as: resource_name, url: registration_path(resource_name), html: { method: :put }, | |
html: { class: "form-horizontal center"} do |f| %> | |
<div class="form-group"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<div class="row"> | |
<div class="col-sm-4 col-sm-offset-4"> | |
<div class="light-well"> | |
<h2 class="page-header text-center">Sign Up</h2> | |
<%= form_for resource, as: resource_name, url: registration_path(resource_name), | |
html: { class: "form-horizontal center"} do |f| %> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<div class="row"> | |
<div class="col-sm-4 col-sm-offset-4"> | |
<div class="light-well"> | |
<h2 class="page-header text-center">Welcome Back!</h2> | |
<%= form_for resource, as: resource_name, url: session_path(resource_name), | |
html: { class: "form-horizontal center"} do |f| %> | |
<div class="form-group"> |
NewerOlder