diff options
| author | Michael <[email protected]> | 2017-04-07 10:47:11 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-07 10:47:11 -0400 |
| commit | 5eea4787f1bdc384451c18d5a693e65a4ed38601 (patch) | |
| tree | 2f4eead1093da297807494c1d489831b8e0e5122 /Project-Unite/Views/Wiki | |
| parent | 5860170c1fed2342232d7e35015b669e8b8ec471 (diff) | |
| download | project-unite-5eea4787f1bdc384451c18d5a693e65a4ed38601.tar.gz project-unite-5eea4787f1bdc384451c18d5a693e65a4ed38601.tar.bz2 project-unite-5eea4787f1bdc384451c18d5a693e65a4ed38601.zip | |
add search system (downloads and topics)
Diffstat (limited to 'Project-Unite/Views/Wiki')
| -rw-r--r-- | Project-Unite/Views/Wiki/Index.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Wiki/Index.cshtml b/Project-Unite/Views/Wiki/Index.cshtml index 02c2845..3cebce7 100644 --- a/Project-Unite/Views/Wiki/Index.cshtml +++ b/Project-Unite/Views/Wiki/Index.cshtml @@ -83,7 +83,7 @@ if (Request.IsAuthenticated) { - <ul> + <ul class="nav nav-pills"> <li><a href="@Url.Action("EditPage", new { id = Model.Page.Id })"><span class="glyphicon glyphicon-pencil"></span> Edit this page</a></li> </ul> } |
