Skip to content
Snippets Groups Projects
Commit cfa0d776 authored by Olimpia Magliulo's avatar Olimpia Magliulo
Browse files

delete unused class + fix html tag

parent 784b1284
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
{% block content %} {% block content %}
{% if isadmin %} {% if isadmin %}
<p class="float-r youareadmin">{{ '{core:frontpage:loggedin_as_admin}'|trans }}</p> <p class="right youareadmin">{{ '{core:frontpage:loggedin_as_admin}'|trans }}</p>
{% else %} {% else %}
<p class="float-r youareadmin"> <p class="right youareadmin">
<a href="{{ loginurl }}">{{ '{core:frontpage:login_as_admin}'|trans }}</a> <a href="{{ loginurl }}">{{ '{core:frontpage:login_as_admin}'|trans }}</a>
</p> </p>
{% endif %} {% endif %}
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<li> <li>
<a href="{{ link.href|escape('url') }}">{{ link.text|trans|escape('html') }}</a> <a href="{{ link.href|escape('url') }}">{{ link.text|trans|escape('html') }}</a>
{% if link.deprecated is defined and link.deprecated is not empty %} {% if link.deprecated is defined and link.deprecated is not empty %}
<span style="font-weight: bold;">{{ '{core:frontpage:deprecated}'|trans }}</b> <strong>{{ '{core:frontpage:deprecated}'|trans }}</strong>
{% endif %} {% endif %}
</li> </li>
{% endfor %} {% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment