Browse Source

show application

master
欧醚 2 years ago
parent
commit
b6e29093ef
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      static/index.html

+ 3
- 2
static/index.html View File

@ -42,6 +42,7 @@
.btn-link:hover {
color: inherit;
text-decoration: underline;
display: inline-block;
}
.part1 {
@ -99,7 +100,6 @@
.timeago {
font-size: 0.5em;
margin-right: 10px;
}
.display_name {
@ -268,8 +268,9 @@
}
}).join('\n')}
<div style="text-align:right;margin: 0px 0 -5px">
<time class="timeago" datetime="${status.created_at}"
<time class="timeago mr-1" datetime="${status.created_at}"
title="${status.created_at}"></time>
<small class="mr-2">${status.application && status.application.name || ''}</small>
<a href="###" class="mr-3 like-btn ${status.favourited? 'liked' : ''}"
onclick="like_status(event, '${status.id.toString()}')">
点赞<span class="num">${status.favourites_count}</span>

Loading…
Cancel
Save