Skip to content

Commit

Permalink
Added link in theme category ref issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppeciulla committed Jul 23, 2018
1 parent 0fb9598 commit d3bfaa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IdraPortal/src/main/webapp/metadata/MetadataSearch.html
Original file line number Diff line number Diff line change
Expand Up @@ -332,14 +332,14 @@ <h3 style="display: inline;">
<md-grid-list class="gridListdemoDynamicTiles" md-cols="3" md-cols-sm="2" md-cols-xs="2" md-cols-md="5"
md-cols-gt-md="7" md-row-height-gt-md="1:2" md-row-height="4:3"
md-gutter="8px" md-gutter-gt-sm="4px">
<md-grid-tile ng-class="getCssClass(theme)" ng-repeat="theme in dcatThemes track by $index" md-colspan-sm="1"
md-colspan-xs="1" md-colspan-md="1" >
<md-grid-tile ng-class="getCssClass(theme)" ng-click="searchByCategory(theme)" ng-repeat="theme in dcatThemes track by $index" md-colspan-sm="1"
md-colspan-xs="1" md-colspan-md="1" style="cursor:pointer">
<!-- <md-icon md-svg-icon="images/dcat_themes_icon/{{theme.value}}.svg"></md-icon> -->
<img ng-src="images/dcat_themes_icon/{{theme.value}}.svg"
style="max-height: 40%">
<md-grid-tile-footer style="overflow:unset;background-color:#ffffff">
<h3>
<a class="text-center" href="javascript:void(0)" ng-click="searchByCategory(theme)">{{theme.text}}</a>
<a class="text-center" href="javascript:void(0)" >{{theme.text}}</a>
</h3>
</md-grid-tile-footer> </md-grid-tile> </md-grid-list>
</div>
Expand Down

0 comments on commit d3bfaa4

Please sign in to comment.