Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
15
app/views/error/_not_found.html.erb
Normal file
15
app/views/error/_not_found.html.erb
Normal file
@@ -0,0 +1,15 @@
|
||||
<div class="subpage not_found-content">
|
||||
|
||||
<div class="section-heading"><%= image_tag("heading-404.gif", :alt => t("txt.alt.not_found")) %></div>
|
||||
|
||||
<p><%= t('txt.not_found.not_found') %></p>
|
||||
|
||||
<p><%= t('txt.not_found.visit_instead', :url => root_url) %></p>
|
||||
|
||||
<ul class="common">
|
||||
<% for product in all_products %>
|
||||
<li><%= link_to(product.name, product) %></li>
|
||||
<% end %>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user