Sha256: 8547d0e6f67a23e2f278958cbdffc74359fecb66e691c0c0453c99d1742384be

Contents?: true

Size: 414 Bytes

Versions: 2

Compression:

Stored size: 414 Bytes

Contents

<h1 class='page-header'>
  Oops!
  <small>
  <% if @resource == 'null' %>
    Resource <code><%= params[:resource] %></code> not found.
  <% else %>
    Method <code><%= params[:method] %></code> not found for resource <code><%= params[:resource] %></code>.
  <% end %>
  </small>
</h1>

<% if @doc %>
  Try going to <a href='<%= @doc[:doc_url] %>.html'><%= @doc[:name] %> API documentation homepage</a>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
apipie-rails-0.1.0 app/views/apipie/apipies/apipie_404.html.erb
apipie-rails-0.0.24 app/views/apipie/apipies/apipie_404.html.erb