A corporation manager and dashboard for EVE Online
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title><%= get_title(yield(:title)) %></title>
- <%= stylesheet_link_tag 'application', media: 'all' %>
- <%= javascript_include_tag 'application' %>
- <%= csrf_meta_tags %>
- </head>
- <body>
- <%= render "shared/header" %>
- <main>
- <%= yield %>
- </main>
- <%= render "shared/footer" %>
- </body>
- </html>
|