Skip to content

Commit 7474665

Browse files
Develop to Main (#78)
* feat: csrf 토큰 추가 메타 태그에 csrf 토큰 정보를 넣어줌 * fix: 누락된 버튼 기능 복구 기이수 파일 업로드 페이지에서 가이드 링크 추가 --------- Co-authored-by: 이희수 <hslee9234@naver.com>
1 parent f48bd39 commit 7474665

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/main/resources/templates/excel/excelList.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!DOCTYPE html>
21
<html layout:decorate="~{layout/layout2}">
32
<div layout:fragment="content" class="container my-3">
43
<div class="window" style="width: 100%;margin-top: 10%; min-height: 40dvh">
@@ -10,9 +9,11 @@
109
<button style="margin-right: 20px">
1110
<img src="/static/images/questionmark.svg" style="height: 40px; width: 40px; padding:10px">
1211
</button>
13-
<button>
14-
<img src="/static/images/x.svg" style="height: 40px; width: 40px; padding:10px">
15-
</button>
12+
<a href="https://elastic-march-a0d.notion.site/gonghak98-8b1448883b524b7aa4af14f19f60e162" target="_blank">
13+
<button>
14+
<img src="/static/images/x.svg" style="height: 40px; width: 40px; padding:10px">
15+
</button>
16+
</a>
1617
</div>
1718
</div>
1819
<div class="window-body" style="text-align: center">

src/main/resources/templates/layout/layout2.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
99
<meta charset="utf-8">
1010
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
11+
<meta name="_csrf" th:content="${_csrf.token}"/>
12+
<meta name="_csrf_header" th:content="${_csrf.headerName}"/>
1113
<!-- Bootstrap CSS -->
1214
<link
1315
rel="stylesheet"

0 commit comments

Comments
 (0)