]> git.lizzy.rs Git - cheatdb.git/blobdiff - app/templates/macros/package_approval.html
Improve release approval section appearance
[cheatdb.git] / app / templates / macros / package_approval.html
index acabe98e78e9a93d366fb4dd1ee969de4787430c..ffbb3de9bac41a877cd5b378cde55f615d463a57 100644 (file)
@@ -8,7 +8,7 @@
        {% for state in package.getNextStates(current_user) %}
                <form class="col-auto"  method="post" action="{{ package.getSetStateURL(state) }}">
                        <input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
-                       <input class="btn btn-sm btn-secondary" type="submit" value="{{ state.verb() }}" />
+                       <input class="btn btn-sm btn-primary" type="submit" value="{{ state.verb() }}" />
                </form>
        {% endfor %}
 </div>