summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Bugs/_BugBar.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'Project-Unite/Views/Bugs/_BugBar.cshtml')
-rw-r--r--Project-Unite/Views/Bugs/_BugBar.cshtml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Project-Unite/Views/Bugs/_BugBar.cshtml b/Project-Unite/Views/Bugs/_BugBar.cshtml
new file mode 100644
index 0000000..ec3d7c2
--- /dev/null
+++ b/Project-Unite/Views/Bugs/_BugBar.cshtml
@@ -0,0 +1,6 @@
+@if (Request.IsAuthenticated)
+{
+ <ul class="nav nav-pills">
+ <li><a href="@Url.Action("PostBug")"><span class="glyphicon glyphicon-plus"></span> Post a bug</a></li>
+ </ul>
+} \ No newline at end of file