Skip to content

Commit

Permalink
added provider_id to measure detail link; addresses issue #181
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hubley committed Jun 26, 2014
1 parent eb00169 commit d3518d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/templates/dashboard/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</div>
<div class="measure-title" data-measure-sub="{{sub_id}}">
{{#if isPrimary}}
<a href="#measures/{{id}}{{#if sub_id}}/{{sub_id}}{{/if}}" data-placement="bottom" data-content="{{description}}" data-trigger="hover focus" rel="popover">{{name}}</a>
<a href="#measures/{{id}}{{#if sub_id}}/{{sub_id}}{{/if}}{{#if ../../../../provider_id}}/providers/{{../../../../../provider_id}}{{/if}}" data-placement="bottom" data-content="{{description}}" data-trigger="hover focus" rel="popover">{{name}}</a>
{{/if}}
</div>
</div>
Expand Down

0 comments on commit d3518d8

Please sign in to comment.