Skip to content

Commit

Permalink
Fix typo resulting in erroneous tag page
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Nov 6, 2013
1 parent 32d8483 commit b7845f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/views/tag.ejs
Expand Up @@ -59,7 +59,7 @@ var page = {};
<%- partial('_responsiveness') %>
</section>
<section id="checks">
<%- partial('checks', { url: '/api/tags/' + tag.name + '/checks/', route: route } ) %>
<%- partial('_checks', { url: '/api/tags/' + tag.name + '/checks/', route: route } ) %>
</section>
<section id="data">
<%- partial('_data', { url: '/api/tags/' + tag.name + '/stats/', route: route } ) %>
Expand Down

0 comments on commit b7845f2

Please sign in to comment.