mobilizon.chapril.org-mobil.../lib/web/templates/email/admin/_role.html.heex
Thomas Citharel 4f92add78d
Format LiveView templates after adding the LiveView formatter plugin
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-04-07 10:33:11 +02:00

9 lines
212 B
Plaintext

<%= case @role do %>
<% :administrator -> %>
<b><%= gettext("Administrator") %></b>
<% :moderator -> %>
<b><%= gettext("Moderator") %></b>
<% :user -> %>
<b><%= gettext("User") %></b>
<% end %>