diff options
author | Jay Sitter <jsitter@gmail.com> | 2014-11-02 10:30:13 -0500 |
---|---|---|
committer | Jay Sitter <jsitter@gmail.com> | 2014-11-02 10:30:13 -0500 |
commit | 063a2fadaa6bb797673a882b5ca5697edec0a3aa (patch) | |
tree | 96b52526c7c540c2d3441941acda4fb0a8da92d2 /themes/baggy/config.twig | |
parent | 266b7328ef77d42a3ea69c0d839c1003e834df56 (diff) | |
download | wallabag-063a2fadaa6bb797673a882b5ca5697edec0a3aa.tar.gz wallabag-063a2fadaa6bb797673a882b5ca5697edec0a3aa.tar.zst wallabag-063a2fadaa6bb797673a882b5ca5697edec0a3aa.zip |
Removing spaces before colons on config screen
Diffstat (limited to 'themes/baggy/config.twig')
-rwxr-xr-x | themes/baggy/config.twig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index 3523cd08..d4958ccb 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig | |||
@@ -20,14 +20,14 @@ | |||
20 | <input type="submit" value="{% trans "bag it!" %}" /> | 20 | <input type="submit" value="{% trans "bag it!" %}" /> |
21 | </form> | 21 | </form> |
22 | </li> | 22 | </li> |
23 | <li>{% trans "Bookmarklet: drag & drop this link to your bookmarks bar" %} <a id="bookmarklet" ondragend="this.click();" title="i am a bookmarklet, use me !" href="javascript:if(top['bookmarklet-url@wallabag.org']){top['bookmarklet-url@wallabag.org'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('{{ poche_url }}?action=add&url='%20+%20btoa(url),'_self');})();void(0);}">{% trans "bag it!" %}</a></li> | 23 | <li>{% trans "Bookmarklet: drag & drop this link to your bookmarks bar" %}: <a id="bookmarklet" ondragend="this.click();" title="i am a bookmarklet, use me !" href="javascript:if(top['bookmarklet-url@wallabag.org']){top['bookmarklet-url@wallabag.org'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('{{ poche_url }}?action=add&url='%20+%20btoa(url),'_self');})();void(0);}">{% trans "bag it!" %}</a></li> |
24 | </ul> | 24 | </ul> |
25 | 25 | ||
26 | <h2>{% trans "Upgrading wallabag" %}</h2> | 26 | <h2>{% trans "Upgrading wallabag" %}</h2> |
27 | <ul> | 27 | <ul> |
28 | <li>{% trans "Installed version" %} : <strong>{{ constant('POCHE') }}</strong></li> | 28 | <li>{% trans "Installed version" %}: <strong>{{ constant('POCHE') }}</strong></li> |
29 | <li>{% trans "Latest stable version" %} : {{ prod }}. {% if compare_prod == -1 %}<strong><a href="http://wallabag.org/">{% trans "A more recent stable version is available." %}</a></strong>{% else %}{% trans "You are up to date." %}{% endif %} ({% trans "Last check:" %} {{ check_time_prod }})</li> | 29 | <li>{% trans "Latest stable version" %}: {{ prod }}. {% if compare_prod == -1 %}<strong><a href="http://wallabag.org/">{% trans "A more recent stable version is available." %}</a></strong>{% else %}{% trans "You are up to date." %}{% endif %} ({% trans "Last check:" %} {{ check_time_prod }})</li> |
30 | {% if constant('DEBUG_POCHE') == 1 %}<li>{% trans "Latest dev version" %} : {{ dev }}. {% if compare_dev == -1 %}<strong><a href="http://wallabag.org/">{% trans "A more recent development version is available." %}</a></strong>{% else %}{% trans "You are up to date." %}{% endif %} ({% trans "Last check:" %} {{ check_time_dev }}){% endif %}</li> | 30 | {% if constant('DEBUG_POCHE') == 1 %}<li>{% trans "Latest dev version" %}: {{ dev }}. {% if compare_dev == -1 %}<strong><a href="http://wallabag.org/">{% trans "A more recent development version is available." %}</a></strong>{% else %}{% trans "You are up to date." %}{% endif %} ({% trans "Last check:" %} {{ check_time_dev }}){% endif %}</li> |
31 | </ul> | 31 | </ul> |
32 | <p>{% trans "You can clear cache to check the latest release." %}</p> | 32 | <p>{% trans "You can clear cache to check the latest release." %}</p> |
33 | 33 | ||