]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/not_found.rhtml
Rename views to rails 2 style names.
[rails.git] / app / views / browse / not_found.rhtml
diff --git a/app/views/browse/not_found.rhtml b/app/views/browse/not_found.rhtml
deleted file mode 100644 (file)
index 743ab0c..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<%
-  browse_not_found_type = {
-    'node' => I18n.t('browse.not_found.type.node'),
-    'way' => I18n.t('browse.not_found.type.way'),
-    'relation' => I18n.t('browse.not_found.type.relation'),
-  };
-%>
-<p><%= t'browse.not_found.sorry', :type=> browse_not_found_type[@type] , :id => params[:id] %></p>