about summary refs log tree commit diff
path: root/lib/rook_web/templates/app/request.html.eex
blob: 1e17e45f046fdfde9048ace9ab7586fc7b4fe95a (plain)
1
2
3
4
5
6
7
<%= if Rook.Share.exists?(@share_token) do %>
  <%= render_app(@conn, "request") %>
<% else %>
  <p>
    The share you tried to request either expired or never existed.
  </p>
<% end %>