Skip to content

Commit 1c0b38a

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

28 files changed

+112
-0
lines changed

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

+4
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

+4
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

+4
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

+4
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

+4
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

+4
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

+4
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

+4
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

+4
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

+4
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/task/start/createTestData.html

+4
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 th:if="${latestTweets} != null">

src/main/resources/templates/task/start/renew.html

+4
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/task/start/taskStarted.html

+4
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/taskhistory/all.html

+4
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/tickersymbol/all.html

+4
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/tweet/all.html

+4
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/tweet/id.html

+4
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 th:include="layoutTweet :: tw-one-tweet" ></div>

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

+4
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/urlcache/all.html

+4
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/user/all.html

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
</head>
77
<body id="page-top" class="page-2" style="padding-top:50px; padding-bottom:200px;">
88
<header th:include="layoutMain :: tw-header" ></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="tw-pager-above">

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

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
</head>
77
<body id="page-top" class="page-2" style="padding-top:50px; padding-bottom:200px;">
88
<header th:include="layoutMain :: tw-header" ></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 th:include="layoutUser :: tw-one-user" ></div>

src/main/resources/templates/user/list/allWithTweets.html

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
</head>
77
<body id="page-top" class="page-2" style="padding-top:50px; padding-bottom:200px;">
88
<header th:include="layoutMain :: tw-header" ></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="tw-pager-above">

src/main/resources/templates/user/list/follower.html

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
</head>
77
<body id="page-top" class="page-2" style="padding-top:50px; padding-bottom:200px;">
88
<header th:include="layoutMain :: tw-header" ></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="tw-pager-above">

src/main/resources/templates/user/list/followerNotYet.html

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
</head>
77
<body id="page-top" class="page-2" style="padding-top:50px; padding-bottom:200px;">
88
<header th:include="layoutMain :: tw-header" ></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="tw-pager-above">

src/main/resources/templates/user/list/friends.html

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
</head>
77
<body id="page-top" class="page-2" style="padding-top:50px; padding-bottom:200px;">
88
<header th:include="layoutMain :: tw-header" ></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="tw-pager-above">

src/main/resources/templates/user/list/friendsNotYet.html

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
</head>
77
<body id="page-top" class="page-2" style="padding-top:50px; padding-bottom:200px;">
88
<header th:include="layoutMain :: tw-header" ></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="tw-pager-above">

src/main/resources/templates/user/list/onlist.html

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
</head>
77
<body id="page-top" class="page-2" style="padding-top:50px; padding-bottom:200px;">
88
<header th:include="layoutMain :: tw-header" ></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="tw-pager-above">

src/main/resources/templates/user/list/onlistNotYet.html

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
</head>
77
<body id="page-top" class="page-2" style="padding-top:50px; padding-bottom:200px;">
88
<header th:include="layoutMain :: tw-header" ></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="tw-pager-above">

0 commit comments

Comments
 (0)