Skip to content

Commit

Permalink
Adding popover.hbs layout into templates
Browse files Browse the repository at this point in the history
  • Loading branch information
millisami committed Feb 2, 2014
1 parent ac42710 commit 57dd0aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/templates/popover.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<div class="arrow"></div>
{{#if title}}
<h4 class="popover-title">{{title}}</h4>
{{/if}}
<div class="popover-content">
{{view view._contentViewClass}}
</div>

0 comments on commit 57dd0aa

Please sign in to comment.