#1256,编辑帖子的按钮是图标而引用和删除都是文字,将编辑也改为文字保持一致

This commit is contained in:
z9hang 2014-09-16 10:50:49 +08:00
parent 8cc14546f8
commit ed81275d17
1 changed files with 2 additions and 1 deletions

View File

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