Skip to content

Commit

Permalink
change of color for "delete report" button
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiloutre committed Nov 3, 2017
1 parent b3b6e61 commit 0d348ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/admin/torrent_report.jet.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>{{ T("reports_list") }}</h1>
</form>
<form method="POST" action="/mod/report/delete">
<input type="hidden" name="id" value="{{ .ID }}">
<button type="submit" class="form-input btn-red"><i class="icon-attention"></i> {{ T("delete_report") }}</button>
<button type="submit" class="form-input btn-blue"><i class="icon-attention"></i> {{ T("delete_report") }}</button>
</form>
</td>
</tr>
Expand Down

0 comments on commit 0d348ea

Please sign in to comment.