]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
[add] link on config page to fetch content 595/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 3 Apr 2014 12:39:13 +0000 (14:39 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 3 Apr 2014 12:39:13 +0000 (14:39 +0200)
themes/baggy/config.twig
themes/default/config.twig

index 725b775e6c04c383c58e0c290158a8ec9f8e32f3..d441de7c7828f1685b25d98d705057c423755a31 100755 (executable)
                     </div>
                 </fieldset>
             </form>
+            <p><a href="?import">{% trans "You can click here to fetch content for articles with no content." %}</a></p>
             
             <h2>{% trans "Export your wallabag data" %}</h2>
             {% if constant('STORAGE') == 'sqlite' %}
index 5bdaf56752f27b92efdca8f0aaebb0d6a6eba089..bb39dea2094d9e6426207354ed825288d7aef9e8 100755 (executable)
                     </div>
                 </fieldset>
             </form>
+            <p><a href="?import">{% trans "You can click here to fetch content for articles with no content." %}</a></p>
 
             <h2>{% trans "Export your wallabag data" %}</h2>
             {% if constant('STORAGE') == 'sqlite' %}