Skip to content

Commit

Permalink
Issue : 야 오동현~
Browse files Browse the repository at this point in the history
  • Loading branch information
donsonioc2010 committed Sep 27, 2023
1 parent 15b38c2 commit 47ce473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>내 경매 목록</h2>
</thead>
<tbody>
<tr th:each="picture : ${pictureList}">
<td th:text="${picture.id}"></td>
<td th:text="${picture.pictureId}"></td>
<td th:text="${picture.pictureName}">
<a th:href="'/pictures/' + ${picture.pictureId}"></a>
</td>
Expand Down
2 changes: 1 addition & 1 deletion Api/src/main/resources/templates/fragment/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
th:src="'http://xgrnsxldyejc19608959.cdn.ntruss.com/' + ${session.loginUser.profile} + '?type=f&w=80&h=80&quality=90&align=4&faceopt=false'"
alt="User Profile"/>
</div>
</a>X
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/user/mypage">마이 페이지</a></li>
<li><a class="dropdown-item" href="/pictures/new">경매 등록신청</a></li>
Expand Down

0 comments on commit 47ce473

Please sign in to comment.