Added tooltip for official grav themes/plugins

This commit is contained in:
Djamil Legato
2015-08-06 13:01:00 -07:00
parent 78953c3d70
commit 0afd00c789
4 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
<h1>
{{ plugin.name|e }}
{% if admin.isTeamGrav(plugin) %}
<small><span class="info-reverse"><i class="fa fa-check-circle"></i></span></small>
<small><span class="info-reverse"><i class="fa fa-check-circle" title="Grav Official Plugin"></i></span></small>
{% endif %}
{% if plugin.symlink %}
<small class="hint--bottom" data-hint="This plugin is symbolically linked. Updates won't be detected.">

View File

@@ -14,7 +14,7 @@
<i class="fa fa-fw fa-{{ plugin.icon }}"></i>
<a href="{{ base_url_relative }}/plugins/{{ slug|url_encode }}">{{ plugin.name }}</a>
{% if admin.isTeamGrav(plugin) %}
<small><span class="info-reverse"><i class="fa fa-check-circle"></i></span></small>
<small><span class="info-reverse"><i class="fa fa-check-circle" title="Grav Official Plugin"></i></span></small>
{% endif %}
{% if plugin.symlink %}
<span class="hint--bottom" data-hint="This plugin is symbolically linked. Updates won't be detected.">

View File

@@ -15,7 +15,7 @@
<h1>
{{ theme.name|e }}
{% if admin.isTeamGrav(theme) %}
<small><span class="info-reverse"><i class="fa fa-check-circle"></i></span></small>
<small><span class="info-reverse"><i class="fa fa-check-circle" title="Grav Official Theme"></i></span></small>
{% endif %}
{% if theme.symlink %}
<small class="hint--bottom" data-hint="This theme is symbolically linked. Updates won't be detected.">

View File

@@ -16,7 +16,7 @@
<i class="fa fa-fw fa-{{ theme.icon }}"></i>
<a href="{{ base_url_relative }}/themes/{{ slug|url_encode }}">{{ theme.name }}</a>
{% if admin.isTeamGrav(theme) %}
<small><span class="info-reverse"><i class="fa fa-check-circle"></i></span></small>
<small><span class="info-reverse"><i class="fa fa-check-circle" title="Grav Official Theme"></i></span></small>
{% endif %}
{% if theme.symlink %}
<span class="hint--bottom" data-hint="This theme is symbolically linked. Updates won't be detected.">