projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove duplicate (and inconsistent) title from the map key
[rails.git]
/
app
/
views
/
site
/
key.html.erb
diff --git
a/app/views/site/key.html.erb
b/app/views/site/key.html.erb
index 5879701a2e4350c2ca6e666d4f569ef803787775..d0fd361483c2a1c812abf53c783b940446c549a7 100644
(file)
--- a/
app/views/site/key.html.erb
+++ b/
app/views/site/key.html.erb
@@
-1,5
+1,4
@@
<div id="mapkey">
- <h3><%= t "site.key.table.heading", :zoom_level => params[:zoom] %></h3>
<table class="mapkey-table">
<% YAML.load_file("#{RAILS_ROOT}/config/key.yml").each do |name,data| %>
<% if params[:layer] == name %>