diff options
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> |