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
choi
2021-12-05 23:39:27 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f0c0b9f0931cf1c4d1fa022c4570261e90ddeb16
f0c0b9f0
1 parent
bbbe6579
fix page bug
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
views/list.ejs
views/list.ejs
View file @
f0c0b9f
...
...
@@ -110,7 +110,7 @@
<
%
for(var j = 0; j
< rows
.
length
/
page_num
;
j
++){
%
>
[
<a
href=
"/board/
<%=addr%>/list
/<%= j + 1 %>"
>
<
%= j+1 %>
</a>
]
[
<a
href=
"/board/
list/<%=addr%>
/<%= j + 1 %>"
>
<
%= j+1 %>
</a>
]
<
%
}
%>
...
...
Please
register
or
login
to post a comment