]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/list.rhtml
Add a title to the changeset lists. Closes #1938.
[rails.git] / app / views / changeset / list.rhtml
index fba45be502e31baeeda3d93179029226d070811e..c3d88bf6e2c6614daf4f9d61be7e9bab56aa69d1 100644 (file)
@@ -1,4 +1,4 @@
-<h1><%= t'changeset.list.title' %></h1>
+<h1><%= @title %></h1>
 <p><%= @description %></p>
 
 <%= render :partial => 'changeset_paging_nav' %>