Skip to content

Commit

Permalink
Use the new asset url computation mechanism (#13).
Browse files Browse the repository at this point in the history
Signed-off-by: Clement Escoffier <[email protected]>
  • Loading branch information
cescoffier committed Jul 1, 2014
1 parent 6decbbf commit d72462d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@

<!--<link rel="stylesheet" href="/libs/css/bootstrap.min.css"/>-->
<link th:href="${#routes.asset('css/bootstrap.min.css')}" rel="stylesheet"/>
<link th:href="${#routes.asset('css/bootstrap-theme.min.css')}" rel="stylesheet"/>
<script th:src="${#routes.asset('jquery.js')}"></script>
<link th:href="${#routes.asset('/css/bootstrap-theme.min.css')}" rel="stylesheet"/>
<script th:src="${#routes.asset('/jquery.js')}"></script>
<script th:src="${#routes.asset('js/bootstrap.min.js')}"></script>
<script th:src="${#routes.asset('test.js')}"></script>
</head>
<body>

Expand Down

0 comments on commit d72462d

Please sign in to comment.