Sign in

EDIT / kanjai · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • kanjai
  • app
  • views
  • layouts
  • kanjai
  • application.html.erb
  • first relize
    a433119a
    Karpikau Andrei authored
    2016-04-27 16:33:32 +0300  
    Browse Files »
application.html.erb 244 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<!DOCTYPE html>
<html>
<head>
  <title>Kanjai</title>
  <%= stylesheet_link_tag    "kanjai/application", media: "all" %>
  <%= javascript_include_tag "kanjai/application" %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>