fix: move future meetings button in group meetings page to the left (#8239)

This commit is contained in:
Nicolas Giard 2024-11-19 15:01:20 -05:00 committed by GitHub
parent 952bc90ee0
commit 71f52bc964
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@
{% if future %}
<h2 class="mt-5" id="futuremeets">
Future Meetings
<a class="float-end"
<a class="ms-2"
aria-label="icalendar entry for all scheduled future {{ group.acronym }} meetings"
title="icalendar entry for all scheduled future {{ group.acronym }} meetings"
href="{% url 'ietf.meeting.views.upcoming_ical' %}?show={{ group.acronym }}">
@ -174,4 +174,4 @@
ietf_timezone.initialize('local');
});
</script>
{% endblock %}
{% endblock %}