diff --git a/shared/templates/styleguide2/includes/atoms/buttons/round_button_small.html b/shared/templates/styleguide2/includes/atoms/buttons/round_button_small.html index 9570967a84816d86711bc5ce2c68b74f941599f7..00740a20fdf191f23f5590926a106ed83a03d543 100644 --- a/shared/templates/styleguide2/includes/atoms/buttons/round_button_small.html +++ b/shared/templates/styleguide2/includes/atoms/buttons/round_button_small.html @@ -1,3 +1,5 @@ {% extends 'styleguide2/includes/atoms/buttons/round_button.html' %} -{% block size_classes %}text-sm pl-7 pr-2 py-2{% endblock %} +{% block size_classes %} + text-sm pl-7 pr-2 py-2 +{% endblock %} diff --git a/shared/templates/styleguide2/includes/molecules/articles/small_article_preview.html b/shared/templates/styleguide2/includes/molecules/articles/small_article_preview.html index d212bc65a2c7af08e24f1ed4e196428fbfbd3483..dc18efa3deb9b092698c8f813d88e52036bab561 100644 --- a/shared/templates/styleguide2/includes/molecules/articles/small_article_preview.html +++ b/shared/templates/styleguide2/includes/molecules/articles/small_article_preview.html @@ -12,6 +12,6 @@ </h4> </div> - {% include 'styleguide2/includes/atoms/buttons/round_button_small.html' with text='Číst dále' %} + {% include 'styleguide2/includes/atoms/buttons/round_button_small.html' with show_arrow_on_hover=True text='Číst dále' %} </div> </div> diff --git a/shared/templates/styleguide2/includes/molecules/contact/contact_person_large_box.html b/shared/templates/styleguide2/includes/molecules/contact/contact_person_large_box.html index db261d905ed8db13d94503f3e21f64ec17284249..02c14a1b23c0f1f710264b3ad47a462e0dee002b 100644 --- a/shared/templates/styleguide2/includes/molecules/contact/contact_person_large_box.html +++ b/shared/templates/styleguide2/includes/molecules/contact/contact_person_large_box.html @@ -56,7 +56,7 @@ {% if url %} <div class="flex mt-5"> - {% include 'styleguide2/includes/atoms/buttons/round_button_small.html' with url=url button_text='Detail osoby' %} + {% include 'styleguide2/includes/atoms/buttons/round_button_small.html' with url=url text='Detail osoby' show_arrow_on_hover=True %} </div> {% endif %} </div>