Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tosdr/phoenix into production
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Talib committed Nov 23, 2017
2 parents 078ddd8 + 689a83d commit b2674e1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/pages/_devise.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.mwd {
width: 400px;
}
1 change: 1 addition & 0 deletions app/assets/stylesheets/pages/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@import "point";
@import "topic";
@import "about";
@import "devise";

body {
padding-top: 70px;
Expand Down
4 changes: 4 additions & 0 deletions app/views/devise/registrations/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<div class="container mwd">

<h2>Sign up</h2>

<%= simple_form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| %>
Expand All @@ -16,3 +18,5 @@
<% end %>

<%= render "devise/shared/links" %>

</div>
2 changes: 1 addition & 1 deletion app/views/devise/sessions/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="container">
<div class="container mwd">
<div class="row">

<h2>Log in</h2>
Expand Down

0 comments on commit b2674e1

Please sign in to comment.