diff options
| author | Michael <[email protected]> | 2017-03-23 10:08:20 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-23 10:08:20 -0400 |
| commit | 8330fbc5cb51d359d3716c431d1b4af0d31d4e2c (patch) | |
| tree | f6f35c99061681baf6c2e16ab4c6c44ac82d9899 | |
| parent | 09d7b3fb71cab6c5bf87d033fc0d9b23a6fb3456 (diff) | |
| download | project-unite-8330fbc5cb51d359d3716c431d1b4af0d31d4e2c.tar.gz project-unite-8330fbc5cb51d359d3716c431d1b4af0d31d4e2c.tar.bz2 project-unite-8330fbc5cb51d359d3716c431d1b4af0d31d4e2c.zip | |
Password changing.
| -rw-r--r-- | Project-Unite/Views/Manage/Index.cshtml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Project-Unite/Views/Manage/Index.cshtml b/Project-Unite/Views/Manage/Index.cshtml index 8b18401..ac7d8bc 100644 --- a/Project-Unite/Views/Manage/Index.cshtml +++ b/Project-Unite/Views/Manage/Index.cshtml @@ -74,8 +74,12 @@ <p>This feature has not been implemented just yet.</p> </div> <div class="tab-pane" id="t_preferences"> - <h4>Not yet implemented.</h4> - <p>This feature has not been implemented just yet.</p> + <table class="table"> + <tr> + <td style="width:25%"><strong>Password:</strong></td> + <td>@Html.ActionLink("Change", "ChangePassword", "Manage", null, new { @class = "btn btn-default" })</td> + </tr> + </table> </div> </div> </div>
\ No newline at end of file |
