]> git.openstreetmap.org Git - rails.git/commit
Fixed up the <title>/<h2> mess in trace/edit and trace/view
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 22 Jun 2009 23:43:53 +0000 (23:43 +0000)
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 22 Jun 2009 23:43:53 +0000 (23:43 +0000)
commitdfadcc797cead0cc1877dbc211b7a081bf8e769c
tree692f4d37aa1e550ec17bb337d9be9777b14646a7
parent17e9016373ccd306abbcbd5b2e842198f36a9b01
Fixed up the <title>/<h2> mess in trace/edit and trace/view

 * @title was never set on trace editing, and thus <h2></h2> was produced
 * Changed split 'trace.view.viewing_trace' into 'trace.view.title' and 'trace.view.heading'
 * Introduced corresponding 'trace.edit.title' and 'trace.edit.heading'
20 files changed:
app/controllers/trace_controller.rb
app/views/trace/edit.html.erb
app/views/trace/view.html.erb
config/locales/be.yml
config/locales/de.yml
config/locales/en.yml
config/locales/es.yml
config/locales/he.yml
config/locales/hi.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/nl.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/ru.yml
config/locales/sl.yml
config/locales/yo.yml
config/locales/zh-CN.yml
config/locales/zh-TW.yml