forked from hotsh/rstat.us
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed unneccessary whitespace, a little refactoring, and added lang…
…="en" to html tags.
- Loading branch information
Andrew Stewart
committed
Apr 1, 2011
1 parent
700cf01
commit 827f890
Showing
28 changed files
with
126 additions
and
133 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,3 @@ | |
%label{:for => "facebook"} Facebook | ||
|
||
#update-count{:title => 'Characters remaining'} | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#error | ||
%p Warning: your username is currently empty or invalid. | ||
%p | ||
Please | ||
%p | ||
Please | ||
%a{:href=>"/reset-username", :id=>"reset_username"}click here to reset your username. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
%h1 Contact Us | ||
|
||
%p | ||
Please don't hesitate to send us a message with what you think! | ||
%br/ | ||
Please don't hesitate to send us a message with what you think! | ||
%br/ | ||
All feedback, suggestions, and bug reports are welcome. | ||
|
||
%p | ||
Just send an email: <a href="mailto:[email protected]">[email protected]</a>. | ||
|
||
%p | ||
mailinglist: <a href="mailto:[email protected]">[email protected]</a> | ||
%br/ | ||
mailinglist: <a href="mailto:[email protected]">[email protected]</a> | ||
%br/ | ||
irc: irc.freenode.net #rstatus |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
!!! 5 | ||
%html.no-js | ||
%html.no-js{:lang => "en"} | ||
!= haml :_head | ||
%body.internal | ||
#main | ||
|
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
%h2 Password Reset | ||
|
||
%form{:action => "/reset_password/#{@token}", :method => "POST"} | ||
%label{:for => "password" } Password: | ||
%label{:for => "password" } Password: | ||
%input{:type => "password", :name => "password", :id => "password"} | ||
%br/ | ||
%label{:for => "password_confirm" } Password Confirm: | ||
%label{:for => "password_confirm" } Password Confirm: | ||
%input{:type => "password", :name => "password_confirm", :id => "password_confirm"} | ||
%br/ | ||
%input{:type => "submit", :value => "Reset"} | ||
%input{:type => "submit", :value => "Reset"} |
Oops, something went wrong.