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.
16 lines
480 B
16 lines
480 B
<!DOCTYPE html>
|
|
<html ng-app="SinsApp">
|
|
<head>
|
|
<title>TheSinsWeCommit</title>
|
|
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
<%= csrf_meta_tags %>
|
|
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.7/angular.min.js" charset="utf-8"></script>
|
|
</head>
|
|
<body ng-controller="MainController as main">
|
|
{{main.foo}}
|
|
<%= yield %>
|
|
|
|
<%= javascript_include_tag 'spa', 'data-turbolinks-track' => true %>
|
|
</body>
|
|
</html>
|