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
-
Éverton Ribeiro April 12th, 2010 @ 03:18 PM
- Tag changed from tokamak, view_helper to server, tokamak, view_helper
-
Éverton Ribeiro April 12th, 2010 @ 03:19 PM
- Assigned user set to Éverton Ribeiro
-
Cipriani May 25th, 2010 @ 05:07 PM
- Milestone set to v0.8
- State changed from new to resolved
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.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »