💄 Break long names in template
/ docker (push) Successful in 52s Details

This commit is contained in:
Maxim Lebedev 2024-05-02 06:06:55 +05:00
parent 6d6343955f
commit 72dfd16174
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
2 changed files with 4 additions and 4 deletions

View File

@ -167,7 +167,7 @@ func NewContext(processors domain.ConfigProcessors, lang language.Tag, amount ui
href="https://www.donationalerts.com/r/{%s ctx.processors.DonationAlerts %}">
{%= icon("da") %}
DonationAlerts
Donation<wbr>Alerts
</a>
</li>
{% endif %}
@ -221,7 +221,7 @@ func NewContext(processors domain.ConfigProcessors, lang language.Tag, amount ui
{% endfunc %}
{% func (ctx Context) title() %}
NotDotPay
Not<wbr>Dot<wbr>Pay
{% endfunc %}
{% func Template(p Page) %}

View File

@ -481,7 +481,7 @@ func (ctx Context) streambody(qw422016 *qt422016.Writer) {
//line web/template/template.qtpl:169
streamicon(qw422016, "da")
//line web/template/template.qtpl:169
qw422016.N().S(`DonationAlerts</a></li>`)
qw422016.N().S(`Donation<wbr>Alerts</a></li>`)
//line web/template/template.qtpl:173
}
//line web/template/template.qtpl:174
@ -706,7 +706,7 @@ func (ctx Context) t(format message.Reference, v ...any) string {
//line web/template/template.qtpl:223
func (ctx Context) streamtitle(qw422016 *qt422016.Writer) {
//line web/template/template.qtpl:223
qw422016.N().S(`NotDotPay`)
qw422016.N().S(`Not<wbr>Dot<wbr>Pay`)
//line web/template/template.qtpl:225
}