Sha256: 9046736e120e951c633f8729a7c3db2ad01322648393652b622c380fb6c762ef
Contents?: true
Size: 621 Bytes
Versions: 20
Compression:
Stored size: 621 Bytes
Contents
<h1 class='page-header'> <%= t('apipie_dsl.oops') %> <small> <% if params[:method].blank? %> <%= t('apipie_dsl.class_not_found_html', klass: "<code>#{h(params[:class])}</code>".html_safe) %> <% else %> <%= t('apipie_dsl.method_not_found_html', klass: "<code>#{h(params[:class])}</code>".html_safe, :method => "<code>#{h(params[:method])}</code>".html_safe) %> <% end %> </small> </h1> <% if @doc %> <%= t('apipie_dsl.goto_homepage_html', :href => link_to( t('apipie_dsl.goto_homepage_href', :app_name => @doc[:name]), File.join(@doc[:doc_url], @doc[:link_extension]))) %> <% end %>
Version data entries
20 entries across 20 versions & 1 rubygems