Remove create_at date from email.
This commit is contained in:
parent
4b7bc9ef8f
commit
e40c12f994
|
@ -43,7 +43,6 @@
|
|||
clear: both;
|
||||
padding: 10px 0 0;
|
||||
overflow: hidden;
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
.epaper-show .ep-info-description span {
|
||||
float: right;
|
||||
|
@ -164,7 +163,6 @@
|
|||
<h3 class="epaper-show-title"><%= t('e_paper.intro') %></h3>
|
||||
<div class="ep-info">
|
||||
<div class="ep-info-title"><%= t('e_paper.title') %>:<a class="ep-content-title" href="<%= page + "/" + paper.to_param + "?method=topics" %>" target="_blank"><span><%= paper.title %></span></a></div>
|
||||
<div class="ep-info-date"><%= t('e_paper.date') %>:<span><%= paper.created_at.strftime("%Y-%m-%d") %></span></div>
|
||||
<div class="ep-info-description"><%= t('e_paper.description') %><span><%= paper.description %></span></div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue