Skip to content

Commit

Permalink
Wrap anchor in small
Browse files Browse the repository at this point in the history
  • Loading branch information
stanhu committed May 17, 2015
1 parent 93ffe0b commit f73ff9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rd_ui/app/scripts/directives/query_directives.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'query': '=',
'visualization': '=?'
},
template: '<span class="glyphicon glyphicon-link"></span> <a ng-href="{{link}}" class="query-link">{{query.name}}</a>',
template: '<small><span class="glyphicon glyphicon-link"></span></small> <a ng-href="{{link}}" class="query-link">{{query.name}}</a>',
link: function(scope, element) {
scope.link = '/queries/' + scope.query.id;
if (scope.visualization) {
Expand Down

0 comments on commit f73ff9d

Please sign in to comment.