%= content_for :title, @issue.title %> <%= content_for :description do %>
An unknown issue has occurred.
<%= JSON.pretty_generate(@issue.data || "No data provided for this issue") %>
<% end %>
<%= content_for :action do %>
There is no fix for this issue yet.
Maybe is in active development and we value your feedback. There are a couple ways you can report this issue to help us make Maybe better:
If there is data shown in the code block above that you think might be helpful, please include it in your report.
<% end %>