去掉了一些注释
This commit is contained in:
parent
42f3fbd4b8
commit
aba9e517b3
|
@ -33,7 +33,6 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% if options[:author] %>
|
<% if options[:author] %>
|
||||||
<!-- modified by zjc author添加超链接 -->
|
|
||||||
<span class="author" title="attachment.author">
|
<span class="author" title="attachment.author">
|
||||||
<%= link_to h(truncate(attachment.author.name, length: 10, omission: '...')),user_path(attachment.author) %>,
|
<%= link_to h(truncate(attachment.author.name, length: 10, omission: '...')),user_path(attachment.author) %>,
|
||||||
<%= format_time(attachment.created_on) %>
|
<%= format_time(attachment.created_on) %>
|
||||||
|
|
|
@ -61,7 +61,6 @@
|
||||||
</p>
|
</p>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
</div>
|
</div>
|
||||||
<!-- modified by zjc 修正名字无链接问题 -->
|
|
||||||
<div class="memo-timestamp"> <%= authoring @memo.created_at, @memo.author %></div>
|
<div class="memo-timestamp"> <%= authoring @memo.created_at, @memo.author %></div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -128,7 +127,6 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<!-- modified by zjc 修正名字无链接问题 -->
|
|
||||||
<td class="font_lighter" style="float:right"><%= authoring reply.created_at, reply.author %></td>
|
<td class="font_lighter" style="float:right"><%= authoring reply.created_at, reply.author %></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue