Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: delete Twitter link in test frontpage #3800

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions rero_ils/theme/templates/rero_ils/_frontpage_block_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ <h3>Il progetto</h3>
{% endif %}
</p>
</section>
<section class="d-flex flex-row">
<a href="http://twitter.com/reroplus" class="align-self-center" title="{{ _('Link to the RERO+ Twitter account') }}">
<i class="fa fa-2x fa-twitter card-img-top text-dark"></i>
</a>
<p class="card-text pl-2 align-self-center">
<a href="http://twitter.com/reroplus" class="rero-ils-external-link" title="{{ _('Link to the RERO+ Twitter account') }}">@reroplus</a>
</p>
</section>
</section>
</section>
<section class="col-md-4 order-2 order-md-2 px-4 pt-4 bg-dark text-white rero-rounded" >
Expand Down
Loading