Sha256: 28e1846b615b87a5dab7c060e9f989b86c8576817255e20eaa793bf36407503e
Contents?: true
Size: 534 Bytes
Versions: 33
Compression:
Stored size: 534 Bytes
Contents
<!-- The page rendered by default in the case of a not-found error ### Attributes - `message` - The main message to display. Defaults to "The page you requested cannot be found." --> <def tag="not-found-page" attrs="message"> <% message ||= t("hobo.messages.not_found", :default=>["The page you requested cannot be found."]) %> <page merge> <body: class="not-found"/> <content: param> <header param="content-header"> <h2 param="heading"><message/></h2> </header> </content:> </page> </def>
Version data entries
33 entries across 33 versions & 1 rubygems