Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최시원
/
Singer-Composer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Mukho
2021-12-01 18:19:48 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ad4c166c9553a74383341eb596e90ccfc6f1ff12
ad4c166c
1 parent
f335f835
Fix bug in read.ejs_url
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
readme.md
views/read.ejs
readme.md
View file @
ad4c166
...
...
@@ -80,7 +80,7 @@ create table _comment(
>건의사항: suggestion_board
---
### 최종 수정: 2021-12-01
02:29
<br>
### 최종 수정: 2021-12-01
18:20
<br>
### 수정 내용:
1.
채팅 구현(팝업)
2.
시간 실시간 반영
...
...
views/read.ejs
View file @
ad4c166
...
...
@@ -93,7 +93,7 @@
<td
colspan=
"3"
>
<button
type=
"submit"
>
글 수정
</button>
<button
type=
"summit"
onclick=
"return submit2(this.form);"
>
글 삭제
</button>
<a
href=
"/board/
<%=addr%>/list
"
>
<a
href=
"/board/
list/<%=addr%>
"
>
<input
type=
"button"
value=
"목록"
>
</a>
</td>
...
...
Please
register
or
login
to post a comment