diff options
Diffstat (limited to 'bootstrap2/templates/translations.html')
-rw-r--r-- | bootstrap2/templates/translations.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap2/templates/translations.html b/bootstrap2/templates/translations.html index b869dfd..d705533 100644 --- a/bootstrap2/templates/translations.html +++ b/bootstrap2/templates/translations.html @@ -1,6 +1,6 @@ {% if article.translations %} -<span class="label label-important">Lang</span> +<span class="label">Lang</span> {% for translation in article.translations %} - <a href="{{ SITEURL }}/{{ translation.url }}" class="btn btn-danger xsmall">{{ translation.lang }}</a> + <a href="{{ SITEURL }}/{{ translation.url }}"><i class="icon-edit"></i>{{ translation.lang }}</a> {% endfor %} {% endif %} |