class="error-message"<% end %>>

404

<% if !@traceback %> Error

Requested resource was not found

Sorry, but the Phoenix is not able to find your resource. Try checking the URL for errors.

<% if @message.present? %>

<%= @message %>

<% end %> <% else %>
<%= @exception.message %>
<% if @exception.backtrace %>

<% @exception.backtrace.each {|row| %>
<%= row %>
<% } %>

<% end %>
<% end %>