Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
yoho-node-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
Targaryen
2017-10-24 18:18:36 +0800
Commit
681f2db55217fa1e879d31de90f00e60f71a1817
2 parents
95ea5620
b3158bd9
Merge branch 'feature/upload' of git.yoho.cn:OPENTECH/yoho-node-ci into feature/upload
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/web/views/action/file_page.hbs
apps/web/views/action/file_page.hbs
View file @
681f2db
...
...
@@ -125,7 +125,7 @@
result
.
data
.
forEach
(
function
(
item
){
$uploadList
.
append
(
`
<
tr
>
<
td
><
a
href
=
"${item.
actPath
}"
>
$
{
item
.
actPath
}
<
/a></
td
>
<
td
><
a
href
=
"${item.
link
}"
>
$
{
item
.
actPath
}
<
/a></
td
>
<
td
style
=
"text-align:center;"
>
$
{
item
.
fileName
}
<
/td
>
<
td
style
=
"text-align:center;"
>
$
{
item
.
date
}
<
/td
>
<
td
style
=
"text-align:center;"
>
$
{
item
.
username
}
<
/td
>
...
...
Please
register
or
login
to post a comment