Sha256: 7ea3e546b3237d7b9517cc4b62123567e72b2d656c2eed60cbf85ceff3cdc9d5

Contents?: true

Size: 986 Bytes

Versions: 2

Compression:

Stored size: 986 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>sport.db Web Admin</title>
  <%= stylesheet_link_tag    "sport_db_admin/application", :media => "all" %>
  <%= javascript_include_tag "sport_db_admin/application" %>
  <%= csrf_meta_tags %>
</head>
<body>

 <p>
  <%= link_to 'Events', events_path() %>  &bull;
  <%= link_to 'Clubs', clubs_path() %>  &bull;
  <%= link_to 'National Teams', national_teams_path() %>  &bull;
  <%= link_to 'Countries & Cities', countries_path() %>  &bull;
  <%= link_to 'Regions', regions_path() %>  &bull;
  <%= link_to 'Rounds', rounds_path() %>  &bull;
  <%= link_to 'Past Games', past_games_path() %> &bull;
  <%= link_to 'Upcoming Games', games_path() %>  &bull;
  <%= link_to 'About', about_path() %>   .::.

  <!-- fix: use named url_helper for /api -->
  <%= link_to "Web Service / HTTP JSON API", '/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
sportdb-admin-0.1.1 app/views/layouts/sport_db_admin/sport_db_admin.html.erb
sportdb-admin-0.1.0 app/views/layouts/sport_db_admin/application.html.erb