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