Current section
Files
Jump to
Current section
Files
priv/templates/shared/message.html.eex
<div class="<%%= @type %>">
<%%= text_to_html @message %>
</div>
<%%= if assigns[:next_step_link_href] do %>
<%%= link @next_step_link_text, to: @next_step_link_href, class: "button" %>
<%% else %>
<%%= link Haytni.Gettext.dgettext("haytni", "Back"), to: assigns[:back_link] || "/", class: "button" %>
<%% end %>