From 4f69683f9b5a0f4dc53384d0d42b7aac9a29d5f3 Mon Sep 17 00:00:00 2001 From: Henrik Bohre Date: Sun, 28 Jun 2009 00:44:22 +0200 Subject: [PATCH] #300: Added mockup remove successor icon after description --- app/views/todos/_successor.html.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/todos/_successor.html.erb b/app/views/todos/_successor.html.erb index c379682f..327dc81c 100644 --- a/app/views/todos/_successor.html.erb +++ b/app/views/todos/_successor.html.erb @@ -10,6 +10,11 @@ parameters += "&_tag_name=#{@tag_name}" if @source_view == 'tag'
<%= h sanitize(successor.description) %> + <%= image_tag( "blank.png", + :title => "Remove the successor", + :class=>"delete_item") %> <%= render(:partial => "todos/toggle_successors", :locals => { :item => successor, :suppress_button => true }) unless successor.pending_successors.empty? %>