This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
augie/webapp/lib/augie_web/live/safety_live.html.leex
2020-07-05 12:56:32 +12:00

8 lines
252 B
Text

<%= if @state == :unknown do %>
<span title="SAFETY: <%= message(@state) %>">🚦<%= emoji(@state) %></span>
<% else %>
<a
href="#"
phx-click="toggle-safety"
title="SAFETY: <%= message(@state) %>">🚦<%= emoji(@state) %></a>
<% end %>