Skip to content

Commit

Permalink
tune
Browse files Browse the repository at this point in the history
  • Loading branch information
Snickser committed Sep 5, 2024
1 parent 54189b2 commit 37f6ba1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions templates/method.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@
{{#enrolperiod}}
<h4>{{# str }} enrolperiod, enrol {{/ str}} ({{enrolperiod_desc}}): {{enrolperiod}}</h4>
{{/enrolperiod}}
{{#recurrent}}
<h5>{{# str }} recurrentdesc, paygw_robokassa {{/ str}}</h5>
{{/recurrent}}

<img src="{{{image}}}" alt="Robokassa" height="60">

Expand All @@ -80,6 +77,10 @@

<div style="text-align: center;">

{{#recurrent}}
<h5>{{# str }} recurrentdesc, paygw_robokassa {{/ str}}</h5>
{{/recurrent}}

<p>{{# str }} paymentinstant {{/ str}}</p>
<button type="submit" class="btn btn-primary" id="robokassa-modal-submit-btn">{{# str }} sendpaymentbutton, paygw_robokassa {{/ str }}</button>
<br><br>
Expand Down

0 comments on commit 37f6ba1

Please sign in to comment.