Skip to content

Commit 8aebfbc

Browse files
committed
Center company name on password reset pages
1 parent df1bae0 commit 8aebfbc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/views/password_resets/forgot_password.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div class="row-fluid">
2-
<h2 align="center">MetaCorp</h2>
3-
<h3 align="center">A GoatGroup Company</h3>
42
<div class="span12">
53
<div class="row-fluid">
64
<div class="span4 offset4">
5+
<h2 align="center">MetaCorp</h2>
6+
<h3 align="center">A GoatGroup Company</h3>
77

88
<div class="signup">
99
<%= form_tag "forgot_password", :class=> "signup-wrapper" do %>
@@ -28,4 +28,4 @@
2828
</div>
2929
</div>
3030
</div>
31-
</div>
31+
</div>

app/views/password_resets/reset_password.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div class="row-fluid">
2-
<h2 align="center">MetaCorp</h2>
3-
<h3 align="center">A GoatGroup Company</h3>
4-
<div class="span12">
2+
<div class="span12">
53
<div class="row-fluid">
64
<div class="span4 offset4">
5+
<h2 align="center">MetaCorp</h2>
6+
<h3 align="center">A GoatGroup Company</h3>
77

88
<!-- TODO -->
99
<!-- Create a form that allows a user to reset their password -->

0 commit comments

Comments
 (0)