We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89050e0 commit 59dfdffCopy full SHA for 59dfdff
var/www/templates/hunter/trackers_dashboard.html
@@ -88,6 +88,11 @@ <h5 class="card-title">
88
89
{# TODO Buttons#}
90
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
+
96
<div class="card my-3">
97
<div class="card-header bg-dark text-white">
98
<h5 class="card-title"><b>Trackers Last Matches</b></h5>
@@ -130,11 +135,6 @@ <h5 class="card-title"><b>Trackers Last Matches</b></h5>
130
135
</div>
131
136
132
137
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>
- Create New Tracker
- </a>
-
138
139
140
0 commit comments