Sha256: 4979cb4f7730c45a19a8eaa9b11cd82282341e5b207ba5b34f28215feaa6af82
Contents?: true
Size: 988 Bytes
Versions: 2
Compression:
Stored size: 988 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>world.db Web Admin</title> <%= stylesheet_link_tag "world_db_admin/application", :media => "all" %> <%= javascript_include_tag "world_db_admin/application" %> <%= csrf_meta_tags %> </head> <body> <p> <%= link_to 'Continents', continents_path() %> • <%= link_to 'Countries', countries_path() %> • <%= link_to 'Territories', territories_path() %> • <%= link_to 'Regions', regions_path() %> • <%= link_to 'Cities', cities_path() %> • <%= link_to 'Tags', tags_path() %> • <%= link_to 'Languages', langs_path() %> • <%= link_to 'Codes', codes_path() %> • <%= link_to 'About', about_path() %> .::. <!-- fix: use named url_helper for /api --> <%= link_to "Web Service Demo & Docu / HTTP API (JSON / CSV)", '/api' %> <!-- todo: add some more links --> </p> <div class='content'> <%= yield %> </div> <div class='version'> <%= powered_by %> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
worlddb-admin-0.1.1 | app/views/layouts/world_db_admin/world_db_admin.html.erb |
worlddb-admin-0.1.0 | app/views/layouts/world_db_admin/world_db_admin.html.erb |