Skip to content

Commit 59dfdff

Browse files
committed
chg: [trackers] move create new tracker btn to top
1 parent 89050e0 commit 59dfdff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

var/www/templates/hunter/trackers_dashboard.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ <h5 class="card-title">
8888

8989
{# TODO Buttons#}
9090

91+
<a class="btn btn-primary my-2" href="{{ url_for('hunters.add_tracked_menu') }}">
92+
<i class="fas fa-plus-circle ml-auto"></i>
93+
Create New Tracker
94+
</a>
95+
9196
<div class="card my-3">
9297
<div class="card-header bg-dark text-white">
9398
<h5 class="card-title"><b>Trackers Last Matches</b></h5>
@@ -130,11 +135,6 @@ <h5 class="card-title"><b>Trackers Last Matches</b></h5>
130135
</div>
131136

132137

133-
<a class="btn btn-primary my-4" href="{{ url_for('hunters.add_tracked_menu') }}">
134-
<i class="fas fa-plus-circle ml-auto"></i>
135-
Create New Tracker
136-
</a>
137-
138138
</div>
139139
</div>
140140
</div>

0 commit comments

Comments
 (0)