Skip to content

Commit

Permalink
Move rie info to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
LoanR committed Feb 21, 2025
1 parent 56999a1 commit 81d3987
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion web/b3desk/static/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ form.delete {
/* homepage lasuite */

.lasuite-homepage__content {
margin-bottom: calc(-7rem + 2px);
margin-bottom: -6rem;
}

/* modal */
Expand Down
1 change: 1 addition & 0 deletions web/b3desk/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</div>
</div>
{% endif %}
{% include 'rie.html' %}
<div class="fr-footer">
<div class="fr-container">
<div class="fr-footer__body">
Expand Down
1 change: 0 additions & 1 deletion web/b3desk/templates/jumbotron.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{% include 'rie.html' %}
{% if user %}
<div class="fr-py-1w">
<div class="fr-container">
Expand Down
4 changes: 0 additions & 4 deletions web/b3desk/templates/meeting/join.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{% extends 'layout.html' %}

{% block jumbotron %}
{% include 'rie.html' %}
{% endblock %}

{% block main %}
<h1 class="fr-h2">{% trans %}Rejoindre {{ the_meeting }}{% endtrans %}</h1>

Expand Down
4 changes: 0 additions & 4 deletions web/b3desk/templates/meeting/joinmail.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{% extends 'layout.html' %}

{% block jumbotron %}
{% include 'rie.html' %}
{% endblock %}

{% block main %}
{% include 'meeting/signinmail.html' %}
{% endblock %}
4 changes: 0 additions & 4 deletions web/b3desk/templates/meeting/wait.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{% extends 'layout.html' %}

{% block jumbotron %}
{% include 'rie.html' %}
{% endblock %}

{% block main %}
<div class="fr-mt-4w fr-grid-row fr-grid-row--center">
<div class="fr-col-sm-12 fr-col-md-10 fr-col-lg-8 connected">
Expand Down

0 comments on commit 81d3987

Please sign in to comment.