travis-web/assets/scripts/app/templates/profile/show.hbs
Piotr Sarnacki 42becfc019 Don't specify outlet name for 'pane' outlets
Specyfing "pane" as an outlet name here was a legacy thing. In current
form it doesn't give us anything and results in more code, as we need to
specify outlet everytime we want to render something there.
2014-05-28 10:23:38 +02:00

9 lines
96 B
Handlebars

<h3>{{view.name}}</h3>
{{view Travis.ProfileTabsView}}
<div class="tab">
{{outlet}}
</div>