commit 478caea9b779b6a639c075981a74bd756837995a parent 77cd7c31b27a6d5a27a2d17c84a9aa67ddd6527e Author: Christian Grothoff <grothoff@gnunet.org> Date: Fri, 27 Jun 2025 22:59:53 +0200 drupal commerce Diffstat:
| M | template/docs.html.j2 | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/template/docs.html.j2 b/template/docs.html.j2 @@ -262,6 +262,15 @@ {% endtrans %} </div> + <div class="col-lg-4 mb-4"> + <a href="https://www.drupal.org/project/commerce_gnu_taler" target="_blank" rel="noopener noreferrer"> + <img src="{{ url('icons/noun-e-commerce-218402.svg') }}" height=60> + <h3>{{ _("Drupal Commerce Backend") }}</h3> + </a> + {% trans %} + GNU Taler payment plugin for Drupal Commerce. + {% endtrans %} + </div> </div> <div class="row mt-5">