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

Remove add issue button. #214

Merged
merged 1 commit into from
Nov 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/front/src/app/main/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<h2>Dashboard</h2>
</div>
<div class="col-lg-2 with-button pull-right">
<button class="btn btn-sm btn-primary pull-right pull-right-button" ui-sref="app.issue">
<i class="fa fa-plus"></i> Add Issue</button>
<button class="btn btn-sm btn-info pull-right pull-right-button" ui-sref="app.project">
<i class="fa fa-plus"></i> Add Project</button>
</div>
Expand Down
2 changes: 0 additions & 2 deletions src/front/src/app/projects/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<h2>{{title}}</h2>
</div>
<div class="col-lg-2 with-button pull-right">
<button class="btn btn-sm btn-primary pull-right pull-right-button" ng-click="goIssue()">
<i class="fa fa-plus"></i> Add Issue</button>
<button class="btn btn-sm btn-info pull-right pull-right-button" ng-click="goProject()">
<i class="fa fa-plus"></i> Add Project</button>
</div>
Expand Down