Use webjars-locator in samples (#587)

This commit is contained in:
Vedran Pavić
2016-08-15 20:25:53 +02:00
committed by Rob Winch
parent 9f36fd69ee
commit 9133e337e6
41 changed files with 125 additions and 40 deletions

View File

@@ -1,9 +1,10 @@
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="wj" uri="http://www.webjars.org/tags" %>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Session Attributes</title>
<link rel="stylesheet" href="<c:url value="/webjars/bootstrap/2.3.2/css/bootstrap.min.css"/>">
<link rel="stylesheet" href="<wj:locate path="bootstrap.min.css" relativeTo="META-INF/resources"/>">
<style type="text/css">
body {
padding: 1em;