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
28152373
Commit
28152373
authored
Oct 19, 2020
by
issei.miyajima
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '一覧画面_遷移リンク修正' into 'master'
一覧画面での履歴画面への遷移リンク See merge request
!29
parents
dcd3b615
c0fd8512
Hide 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 @
28152373
...
...
@@ -294,6 +294,9 @@ html, body, .wrapper{
width
:
100%
;
background
:
#1abc9c
;
color
:
#fff
;
position
:
sticky
;
top
:
0
;
z-index
:
1
;
}
.header-top-content
{}
...
...
src/main/resources/templates/list.html
View file @
28152373
...
...
@@ -45,9 +45,9 @@
<div
class=
"header-top-menu"
>
<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>
</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