Packages

A flexible authentication (and more) solution for Phoenix

Current section

Files

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

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 dgettext("haytni", "Back"), to: assigns[:back_link] || "/", class: "button" %>
<%% end %>