Skip to content

Commit

Permalink
Update placeholder text.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraham committed Jun 24, 2012
1 parent 5983774 commit 9aad60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/sessions/new.mustache
@@ -1,6 +1,6 @@
<form id="login-form" action="{{ sessions_path }}" method="post">
<input type="hidden" name="authenticity_token" value="{{ form_authenticity_token }}"/>
<input type="text" name="username" placeholder="User name"/>
<input type="text" name="username" placeholder="Username"/>
<input type="password" name="password" placeholder="Password"/>
<input type="submit" value="Sign in"/>
</form>

0 comments on commit 9aad60f

Please sign in to comment.