tags:

views:

6

answers:

0

Hi,

I have a problem in solving this.

= link_to "Bounced", bounced_email_path(@email)

 Bounces

 %span 

   = @email.bounces_count 

I want the Bounces ,span and other lines within the link tag.. could some please help me with is..

the above code ends up in an error "syntax error, unexpected kENSURE, expecting $end".

thank you