]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #1896 from wallabag/v2-fix-internal-settings
authorJeremy Benoist <j0k3r@users.noreply.github.com>
Sun, 10 Apr 2016 07:49:10 +0000 (09:49 +0200)
committerJeremy Benoist <j0k3r@users.noreply.github.com>
Sun, 10 Apr 2016 07:49:10 +0000 (09:49 +0200)
Fix internal settings

src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/index.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig

index 0798962ca2d854ec0bbf030894154775c82f5146..c51f90d2c5360ad6a8495726072fb0772e2a8210 100644 (file)
                 <tr>
                     <td>isArchived</td>
                     <td>{{ 'config.form_rules.faq.variable_description.isArchived'|trans }}</td>
-                    <td>=&gt;</td>
+                    <td>&gt;=</td>
                     <td>{{ 'config.form_rules.faq.operator_description.greater_than'|trans }}</td>
                 </tr>
                 <tr>
index 7ff64ca67e6c0b1fc5e42bcf874be22cfec9b5e4..67696a7b198d2b5595d1a5cfd939d9a2588cf700 100644 (file)
@@ -14,7 +14,7 @@
 
                 <ul>
                     <li><a href="{{ path('developer_howto_firstapp') }}">{{ 'developer.how_to_first_app'|trans }}</a></li>
-                    <li><a href="http://doc.wallabag.org/en/v2-documentation-api/developer/api.html">{{ 'developer.full_documentation'|trans }}</a></li>
+                    <li><a href="http://doc.wallabag.org/en/v2/developer/api.html">{{ 'developer.full_documentation'|trans }}</a></li>
                     <li><a href="{{ path('nelmio_api_doc_index') }}">{{ 'developer.list_methods'|trans }}</a></li>
                 </ul>
 
index 5b94f01c7c9b5ab94d96494820ca499041b162ff..5a90f2273ad2a5d2b952bca863ef3c2de786c246 100644 (file)
                                         <tr>
                                             <td>isArchived</td>
                                             <td>{{ 'config.form_rules.faq.variable_description.isArchived'|trans }}</td>
-                                            <td>=&gt;</td>
+                                            <td>&gt;=</td>
                                             <td>{{ 'config.form_rules.faq.operator_description.greater_than'|trans }}</td>
                                         </tr>
                                         <tr>
index 7ff64ca67e6c0b1fc5e42bcf874be22cfec9b5e4..67696a7b198d2b5595d1a5cfd939d9a2588cf700 100644 (file)
@@ -14,7 +14,7 @@
 
                 <ul>
                     <li><a href="{{ path('developer_howto_firstapp') }}">{{ 'developer.how_to_first_app'|trans }}</a></li>
-                    <li><a href="http://doc.wallabag.org/en/v2-documentation-api/developer/api.html">{{ 'developer.full_documentation'|trans }}</a></li>
+                    <li><a href="http://doc.wallabag.org/en/v2/developer/api.html">{{ 'developer.full_documentation'|trans }}</a></li>
                     <li><a href="{{ path('nelmio_api_doc_index') }}">{{ 'developer.list_methods'|trans }}</a></li>
                 </ul>