Add node version pages
This commit is contained in:
parent
e71355c5bb
commit
85c284aaa6
11 changed files with 79 additions and 6 deletions
7
app/views/old_nodes/not_found.html.erb
Normal file
7
app/views/old_nodes/not_found.html.erb
Normal file
|
@ -0,0 +1,7 @@
|
|||
<% set_title(t("browse.not_found.title")) %>
|
||||
|
||||
<%= render "sidebar_header", :title => t("browse.not_found.title") %>
|
||||
|
||||
<div>
|
||||
<p><%= t ".sorry", :id => params[:id], :version => params[:version] %></p>
|
||||
</div>
|
5
app/views/old_nodes/show.html.erb
Normal file
5
app/views/old_nodes/show.html.erb
Normal file
|
@ -0,0 +1,5 @@
|
|||
<% set_title t("browse.node.title_html", :name => printable_name(@feature)) %>
|
||||
|
||||
<%= render "sidebar_header", :title => t("browse.node.title_html", :name => printable_name(@feature)) %>
|
||||
|
||||
<%= render :partial => "browse/node", :object => @feature %>
|
Loading…
Add table
Add a link
Reference in a new issue