Cédric Krier pushed to branch branch/default at Tryton / Website


Commits:
ecb0667a by Cédric Krier at 2023-01-07T22:31:33+01:00
Add menu entry to source code
- - - - -
c4c8575b by Cédric Krier at 2023-01-07T22:31:58+01:00
Use bugs.tryton.org shortcut
- - - - -


2 changed files:

- app.py
- templates/contribute.html


Changes:

=====================================
app.py
=====================================
@@ -317,6 +317,7 @@
         ('News', url_for('news')),
         ('Get Tryton', url_for('download')),
         ('Documentation', '//docs.tryton.org/'),
+        ('Code', '//code.tryton.org/'),
         ]
     menu['Community'] = [
         ('Forum', url_for('forum')),


=====================================
templates/contribute.html
=====================================
@@ -115,7 +115,7 @@
             If it is a security issue, be careful to correctly check the 
confidential checkbox.<br/>
             This way, the issue will only be visible to the team until its 
release.
             </p>
-            <a href="https://foss.heptapod.net/tryton/tryton/-/issues"; 
class="btn btn-primary">Report Issues</a>
+            <a href="//bugs.tryton.org/new" class="btn btn-primary">Report 
Issues</a>
         </div>
     </div>
 </div>
@@ -132,7 +132,7 @@
             <p class="card-text">
             Developers can propose changes to fix issues, add new features or 
improve the software and documentation.
             You can get started by solving some issues that are
-            <a 
href="https://foss.heptapod.net/groups/tryton/-/issues/?label_name[]=easy";>marked
 as easy</a>.
+            <a href="//bugs.tryton.org/easy">marked as easy</a>.
             </p>
             <a href="{{ url_for('develop') }}" class="card-link">How to 
develop</a>
         </div>
@@ -156,7 +156,7 @@
             Translation terms are updated on a monthly basis.
             </p>
             <a href="https://translate.tryton.org/engage/tryton/"; class="btn 
btn-primary">Translate</a>
-            <a href="https://foss.heptapod.net/tryton/tryton/-/issues"; 
class="btn btn-secondary">Request new language</a>
+            <a href="//bugs.tryton.org/" class="btn btn-secondary">Request new 
language</a>
         </div>
     </div>
 </div>



View it on Heptapod: 
https://foss.heptapod.net/tryton/website/-/compare/d4385e4f9ca0ef69831a49c0384f10d414c9adc9...c4c8575b5c205107448ea758ffb96a308886fc5c

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/website/-/compare/d4385e4f9ca0ef69831a49c0384f10d414c9adc9...c4c8575b5c205107448ea758ffb96a308886fc5c
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to