Packages

A flexible authentication (and more) solution for Phoenix

Current section

Files

Jump to
haytni priv templates shared message.html.heex
Raw

priv/templates/shared/message.html.heex

<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 %>