Wording for link fix
This commit is contained in:
@@ -29,6 +29,6 @@
|
|||||||
<legend></legend>
|
<legend></legend>
|
||||||
@Html.EditorForModel()
|
@Html.EditorForModel()
|
||||||
<input type="submit" value="Submit" class="btn btn-primary" />
|
<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>
|
</fieldset>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user