[Fix]: Missspelling
This commit is contained in:
parent
28e0b2c9d4
commit
aca0ce5361
|
@ -1,27 +1,28 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" xmlns:th="http://www.thymeleaf.org">
|
<html lang="en" xmlns:th="http://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://www.thymeleaf.org ">
|
||||||
<head th:replace="fragments/skeleton :: head">
|
<head th:replace="fragments/skeleton :: head">
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8"/>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link href="../static/css/bootstrap.min.css" rel="stylesheet" />
|
<link href="../static/css/bootstrap.min.css" rel="stylesheet"/>
|
||||||
<link href="../static/css/mosh.css" rel="stylesheet" />
|
<link href="../static/css/mosh.css" rel="stylesheet"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div th:replace="fragments/skeleton :: navigation">
|
<div th:replace="fragments/skeleton :: navigation">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<nav>Navigation</nav>
|
<nav>Navigation</nav>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container product">
|
<div class="container product">
|
||||||
|
|
||||||
<div class="row info">
|
<div class="row info">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<img class="featurette-image img-responsive center-block"
|
<img class="featurette-image img-responsive center-block"
|
||||||
src="../static/images/rach-new_packaging-cc_by_2_0.jpg"
|
src="../static/images/rach-new_packaging-cc_by_2_0.jpg"
|
||||||
th:src="@{/images/rach-new_packaging-cc_by_2_0.jpg}"
|
th:src="@{/images/rach-new_packaging-cc_by_2_0.jpg}"
|
||||||
alt="Generic placeholder image" />
|
alt="Generic placeholder image"/>
|
||||||
<div>
|
<div>
|
||||||
<small class="text-muted" th:inline="text">
|
<small class="text-muted" th:inline="text">
|
||||||
[[#{general.sampleImage}]]: Rach. <span
|
[[#{general.sampleImage}]]: Rach. <span
|
||||||
|
@ -45,12 +46,12 @@
|
||||||
<p>© 2017</p>
|
<p>© 2017</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../static/js/jquery-3.1.1.min.js"
|
<script src="../static/js/jquery-3.1.1.min.js"
|
||||||
th:src="@{/js/jquery-3.1.1.min.js}"></script>
|
th:src="@{/js/jquery-3.1.1.min.js}"></script>
|
||||||
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
||||||
<script src="../static/js/bootstrap.min.js"
|
<script src="../static/js/bootstrap.min.js"
|
||||||
th:src="@{/js/bootstrap.min.js}"></script>
|
th:src="@{/js/bootstrap.min.js}"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -4,7 +4,7 @@
|
||||||
<td>Count</td>
|
<td>Count</td>
|
||||||
<td>{{list.length}}</td>
|
<td>{{list.length}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</div>
|
</table>
|
||||||
<table class="ui table list" ng-if="list.length > 0">
|
<table class="ui table list" ng-if="list.length > 0">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Reference in New Issue