5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 06:54:17 +00:00

fix: indicar que hay un link

This commit is contained in:
f 2023-04-03 13:47:59 -03:00
parent bd21f3d9b4
commit 191dbbd823

View file

@ -16,4 +16,4 @@
- link = true
= render 'bootstrap/alert' do
= link_to_if link, message.html_safe, site.url
= link_to_if link, message.html_safe, site.url, class: 'alert-link'