#1283公告贴吧,编辑回帖控件建议修改样式,编辑按钮由图片改为字

This commit is contained in:
z9hang 2014-09-24 09:03:38 +08:00
parent e5d89590e6
commit 83c5d5c78d
1 changed files with 2 additions and 1 deletions

View File

@ -90,7 +90,8 @@
)if !@memo.locked? && User.current.logged? %>
<%= link_to(
image_tag('edit.png'),
#image_tag('edit.png'),
l(:button_edit),
{:action => 'edit', :id => reply},
:title => l(:button_edit)
) if reply.editable_by?(User.current) %>