diff options
| -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 |
