summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Wiki
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-07 10:47:11 -0400
committerMichael <[email protected]>2017-04-07 10:47:11 -0400
commit5eea4787f1bdc384451c18d5a693e65a4ed38601 (patch)
tree2f4eead1093da297807494c1d489831b8e0e5122 /Project-Unite/Views/Wiki
parent5860170c1fed2342232d7e35015b669e8b8ec471 (diff)
downloadproject-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.cshtml2
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>
}