Sha256: ff18619d942d017db8fdfd3cd2e897bd71032da72653921e0b38eac9b2890b87
Contents?: true
Size: 494 Bytes
Versions: 11
Compression:
Stored size: 494 Bytes
Contents
<% use_page_title "Page Not Found" %> <%# Note that we have to clear out the existing contents of the functions and html_head content because you can have an error occur in the view after stuff has been already set in those variables %> <% @content_for_html_head = "" %> <%= render layout: 'page_title' do %> <div class="right btn-group"> <%= cancel_button :top, 'Back' %> </div> <% end %> <div class="row-fluid padded"> <p>There is no page at <%= @path %></p> </div>
Version data entries
11 entries across 11 versions & 2 rubygems