Skip to content

Commit

Permalink
🦄 fix otale#170
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Apr 2, 2017
1 parent 06acf90 commit a926abb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/templates/admin/article_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ <h4 class="page-title">文章管理</h4>
<a href="javascript:void(0)" onclick="delPost(${post.cid});"
class="btn btn-danger btn-sm waves-effect waves-light m-b-5"><i
class="fa fa-trash-o"></i> <span>删除</span></a>
#if(post.status == 'publish')
<a class="btn btn-warning btn-sm waves-effect waves-light m-b-5" href="${permalink(post)}"
target="_blank"><i
class="fa fa-rocket"></i> <span>预览</span></a>

#end
</td>
</tr>
#end
Expand Down

0 comments on commit a926abb

Please sign in to comment.