Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 10f0052

Browse files
committed
Remove add issue button.
1 parent ffc2e03 commit 10f0052

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/front/src/app/main/main.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<h2>Dashboard</h2>
44
</div>
55
<div class="col-lg-2 with-button pull-right">
6-
<button class="btn btn-sm btn-primary pull-right pull-right-button" ui-sref="app.issue">
7-
<i class="fa fa-plus"></i> Add Issue</button>
86
<button class="btn btn-sm btn-info pull-right pull-right-button" ui-sref="app.project">
97
<i class="fa fa-plus"></i> Add Project</button>
108
</div>

src/front/src/app/projects/projects.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<h2>{{title}}</h2>
66
</div>
77
<div class="col-lg-2 with-button pull-right">
8-
<button class="btn btn-sm btn-primary pull-right pull-right-button" ng-click="goIssue()">
9-
<i class="fa fa-plus"></i> Add Issue</button>
108
<button class="btn btn-sm btn-info pull-right pull-right-button" ng-click="goProject()">
119
<i class="fa fa-plus"></i> Add Project</button>
1210
</div>

0 commit comments

Comments
 (0)