Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
pingan-marathon
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
24bd1a48
authored
Nov 15, 2019
by
doszhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
e3d234bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
Application/Admin/View/default/Info_index.tpl
+10
-3
No files found.
Application/Admin/View/default/Info_index.tpl
View file @
24bd1a48
...
...
@@ -41,7 +41,6 @@
<th>
生成头像时间
</th>
<th>
生成的海报
</th>
<th>
生成海报时间
</th>
<th>
{:$item.headposter_times}
</th>
</tr>
</thead>
<tbody
class=
"text-left"
>
...
...
@@ -58,7 +57,11 @@
{:/if}
</td>
<td
>
{:$item.headposter_times}
</td>
<td
>
{:if $item['headposter_times'] != 0}
{:$item.headposter_times|date_format:'%Y-%m-%d %H:%M:%S'}
{:/if}
</td>
<td>
{:if $item['poster_url']}
...
...
@@ -67,7 +70,11 @@
{:/if}
</td>
<td
>
{:$item.poster_times|date_format:'%Y-%m-%d %H:%M:%S'}
</td>
<td>
{:if $item['headposter_times'] != 0}
{:$item.poster_times|date_format:'%Y-%m-%d %H:%M:%S'}
{:/if}
</td>
</tr>
{:/foreach}
</tbody>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment