- xml.comment_url comment_note_url(note, :format => params[:format])
- xml.close_url close_note_url(note, :format => params[:format])
+
+ if note.closed?
+ xml.reopen_url reopen_note_url(note, :format => params[:format])
+ else
+ xml.comment_url comment_note_url(note, :format => params[:format])
+ xml.close_url close_note_url(note, :format => params[:format])
+ end
+