diff options
author | Jochen Topf <jochen@topf.org> | 2014-09-14 16:26:38 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-09-14 16:26:48 +0200 |
commit | 8685384c806e75457c44ea542d39f961e9658dfc (patch) | |
tree | 585eaccf1d5212c4c307812b5ba486798f919692 /web/views | |
parent | ad287a979900246b90637bd46b4961b5de7eb812 (diff) | |
download | taginfo-8685384c806e75457c44ea542d39f961e9658dfc.tar taginfo-8685384c806e75457c44ea542d39f961e9658dfc.tar.gz |
Removed unused HTML.
Diffstat (limited to 'web/views')
-rw-r--r-- | web/views/key.erb | 6 | ||||
-rw-r--r-- | web/views/tag.erb | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/web/views/key.erb b/web/views/key.erb index 91c79fa..7b809e6 100644 --- a/web/views/key.erb +++ b/web/views/key.erb @@ -104,12 +104,6 @@ </div> <div id="josm"> <h2><%= h(t.pages.key.josm.title) %></h2> -<!-- <form> - <label for="josm-style"><%= h(t.pages.key.josm.choice) %></label> - <select id="josm-style" name="josm-style"> - <option>Standard</option> - </select> - </form>--> <% if @josm_count > 0 %> <table id="grid-josm"> </table> diff --git a/web/views/tag.erb b/web/views/tag.erb index de9453c..28e7a2a 100644 --- a/web/views/tag.erb +++ b/web/views/tag.erb @@ -101,12 +101,6 @@ </div> <div id="josm"> <h2><%= h(t.pages.tag.josm.title) %></h2> -<!-- <form> - <label for="josm-style"><%= h(t.pages.tag.josm.choice) %></label> - <select id="josm-style" name="josm-style"> - <option>Standard</option> - </select> - </form>--> <% if @josm_count > 0 %> <table id="grid-josm"> </table> |