Upgrade to Bootstrap v5 (#457)
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
</a>
|
||||
|
||||
{% if user == current_user %}
|
||||
<a class="btn btn-secondary ml-2" href="{{ url_for('github.view_permissions') }}">
|
||||
<a class="btn btn-secondary ms-2" href="{{ url_for('github.view_permissions') }}">
|
||||
{{ _("View ContentDB's GitHub Permissions") }}
|
||||
</a>
|
||||
{% endif %}
|
||||
@@ -69,7 +69,7 @@
|
||||
</table>
|
||||
|
||||
{% if current_user.rank.at_least(current_user.rank.MODERATOR) %}
|
||||
<a class="btn btn-secondary float-right" href="{{ url_for('admin.audit', username=user.username) }}">
|
||||
<a class="btn btn-secondary float-end" href="{{ url_for('admin.audit', username=user.username) }}">
|
||||
{{ _("View All") }}
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user