Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
E
Ecsite
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shoei.kanno
Ecsite
Commits
c0fd8512
Commit
c0fd8512
authored
Oct 19, 2020
by
issei.miyajima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
一覧画面での履歴画面への遷移リンク
ヘッダーcss修正
parent
dcd3b615
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
style.css
src/main/resources/static/css/style.css
+3
-0
list.html
src/main/resources/templates/list.html
+2
-2
No files found.
src/main/resources/static/css/style.css
View file @
c0fd8512
...
@@ -294,6 +294,9 @@ html, body, .wrapper{
...
@@ -294,6 +294,9 @@ html, body, .wrapper{
width
:
100%
;
width
:
100%
;
background
:
#1abc9c
;
background
:
#1abc9c
;
color
:
#fff
;
color
:
#fff
;
position
:
sticky
;
top
:
0
;
z-index
:
1
;
}
}
.header-top-content
{}
.header-top-content
{}
...
...
src/main/resources/templates/list.html
View file @
c0fd8512
...
@@ -45,9 +45,9 @@
...
@@ -45,9 +45,9 @@
<div
class=
"header-top-menu"
>
<div
class=
"header-top-menu"
>
<ul
class=
"nav nav-pills navbar-right"
>
<ul
class=
"nav nav-pills navbar-right"
>
<!-- 履歴ページへ遷移 -->
<!-- 履歴ページへ遷移 -->
<li><a
th:href=
"@{/log/{id}(id=${user.id})}"
>
My Purchase Log
</a></li>
<li><a
th:href=
"@{/l
imited/l
og/{id}(id=${user.id})}"
>
My Purchase Log
</a></li>
<!-- カートページへ遷移 -->
<!-- カートページへ遷移 -->
<li><a
th:href=
"@{/cart
/{id}(id=${user.id})
}"
>
Cart
</a></li>
<li><a
th:href=
"@{/cart}"
>
Cart
</a></li>
<!-- ログアウト -->
<!-- ログアウト -->
<li><form
th:action=
"@{/logout}"
method=
"post"
><input
type=
"submit"
value=
"logout"
style=
"border:none;background-color:transparent;text-decoration:none;"
class=
"logoutBtn"
/></form></li>
<li><form
th:action=
"@{/logout}"
method=
"post"
><input
type=
"submit"
value=
"logout"
style=
"border:none;background-color:transparent;text-decoration:none;"
class=
"logoutBtn"
/></form></li>
</ul>
</ul>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment