I\'m trying to create navigation tabs (taken from Twitter Bootstrap):
I see this question is quite old, but if you upgraded Ember.js to the RC3 you can use tagName property, like:
tagName
{{#link-to messages tagName="li"}}Messages{{/link-to}}
Here is the API - http://emberjs.com/api/classes/Ember.LinkView.html