Skip to content

Commit 1c0b38a

Browse files
workin on #161
1 parent 5a7b4e7 commit 1c0b38a

File tree

28 files changed

+112
-0
lines changed

28 files changed

+112
-0
lines changed

src/main/resources/templates/application/domain/count.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<body id="page-top" class="page-2" style="padding-top:50px; padding-bottom:200px;">
77
<header th:include="layoutMain :: tw-header" >
88
</header>
9+
10+
<section th:include="layoutMain :: tw-history-back-section" >
11+
</section>
12+
913
<main class="page-content">
1014
<div class="container">
1115
<div class="row">

src/main/resources/templates/application/management.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<body id="page-top" class="page-2" style="padding-top:50px; padding-bottom:200px;">
77
<header th:include="layoutMain :: tw-header" >
88
</header>
9+
10+
<section th:include="layoutMain :: tw-history-back-section" >
11+
</section>
12+
913
<main class="page-content">
1014
<div class="container">
1115
<div class="row">

src/main/resources/templates/exceptionhandler/persistentObjectNotFound.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<body id="page-top" class="page-2" style="padding-top:50px; padding-bottom:200px;">
77
<header th:include="layoutMain :: tw-header" >
88
</header>
9+
10+
<section th:include="layoutMain :: tw-history-back-section" >
11+
</section>
12+
913
<main class="page-content">
1014
<div class="container">
1115
<div class="row">

src/main/resources/templates/hashtag/all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
</head>
66
<body id="page-top" class="page-2" style="padding-top:50px; padding-bottom:200px;">
77
<header th:include="layoutMain :: tw-header" ></header>
8+
9+
<section th:include="layoutMain :: tw-history-back-section" >
10+
</section>
11+
812
<main class="page-content">
913
<div class="container">
1014
<div class="row">

src/main/resources/templates/hashtag/id.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
</head>
66
<body id="page-top" class="page-2" style="padding-top:50px; padding-bottom:200px;">
77
<header th:include="layoutMain :: tw-header" ></header>
8+
9+
<section th:include="layoutMain :: tw-history-back-section" >
10+
</section>
11+
812
<main class="page-content">
913
<div class="container">
1014
<div class="row">

src/main/resources/templates/hashtag/overview.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
</head>
66
<body id="page-top" class="page-2" style="padding-top:50px; padding-bottom:200px;">
77
<header th:include="layoutMain :: tw-header" ></header>
8+
9+
<section th:include="layoutMain :: tw-history-back-section" >
10+
</section>
11+
812
<main class="page-content">
913
<div class="container">
1014
<div class="row">

src/main/resources/templates/imprint/imprint.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<body id="page-top" class="page-2" style="padding-top:50px; padding-bottom:200px;">
77
<header th:include="layoutMain :: tw-header" >
88
</header>
9+
10+
<section th:include="layoutMain :: tw-history-back-section" >
11+
</section>
12+
913
<main class="page-content">
1014
<div class="container">
1115
<div class="row">

src/main/resources/templates/login/login.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<body id="page-top" class="page-2" style="padding-top:50px; padding-bottom:200px;">
88
<header th:include="layoutMain :: tw-header" >
99
</header>
10+
11+
<section th:include="layoutMain :: tw-history-back-section" >
12+
</section>
13+
1014
<main class="page-content">
1115
<div class="container">
1216
<div class="row">

src/main/resources/templates/media/all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
</head>
66
<body id="page-top" class="page-2" style="padding-top:50px; padding-bottom:200px;">
77
<header th:include="layoutMain :: tw-header" ></header>
8+
9+
<section th:include="layoutMain :: tw-history-back-section" >
10+
</section>
11+
812
<main class="page-content">
913
<div class="container">
1014
<div class="row">

src/main/resources/templates/mention/all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<body id="page-top" class="page-2" style="padding-top:50px; padding-bottom:200px;">
77
<header th:include="layoutMain :: tw-header" >
88
</header>
9+
10+
<section th:include="layoutMain :: tw-history-back-section" >
11+
</section>
12+
913
<main class="page-content">
1014
<div class="container">
1115
<div class="row">

0 commit comments

Comments
 (0)