Wording for link fix

This commit is contained in:
2013-01-03 13:50:48 -05:00
parent 4af8981a10
commit c17ab5f358
+1 -1
View File
@@ -29,6 +29,6 @@
<legend></legend>
@Html.EditorForModel()
<input type="submit" value="Submit" class="btn btn-primary" />
@Html.ActionLink("Login", "Login", new { Model.Username }, new { @class = "pull-right" })
@Html.ActionLink("Log in", "Login", new { Model.Username }, new { @class = "pull-right" })
</fieldset>
}