#37 ✓resolved
Lucas Fais

Tokamak link helper does not specify the type attribute

Reported by Lucas Fais | April 12th, 2010 @ 02:55 PM | in v0.8

When I use the line bellow on tokamak file, the link helper does not specify the type attribute on the generated link tag.

Tokamak:

member.links << link(:rel => :delete, :href => article_url(@article.slug))

Result:

<link href="http://my_domain/articles/my-slug" rel="delete"/>

Hoped:

<link href="http://my_domain/articles/my-slug" rel="delete" type="..."/>

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Shared Ticket Bins

People watching this ticket

Pages