Skip to content

Commit

Permalink
add hyperlink to each workshop in workshops list
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavipuliraju committed Feb 22, 2019
1 parent d79315b commit 45cd937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/static/partials/workshop.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div ng-controller="ws_details">
<div class="col-md-8"><h3>Total Workshops : {{ oc_workshops.length }}</h3></div>
<div class="col-md-8"><h3>Total Workshops : {{ oc_workshops.length }}</h3></div><br>
<div align='center' ng-show="loading"><img id="mySpinner" src="/static/img/default.gif"></div>
<div ng-hide="loading">
<div class="col-md-4">
Expand Down
1 change: 1 addition & 0 deletions src/static/partials/ws_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ <h3>Institute wise Total Workshops </h3><br>
<tr ng-if="usage.institute_name!='VLEAD'">
<td>{{ $index+1 }}</td>
<td>{{ usage.institute_name }}</td>
<td><a href="/ws_details#/workshop/{{usage.user_id}}">{{ usage.institute_name }}</a></td>
<td>{{ usage.total_workshops }}</td>
</tr>
</tbody>
Expand Down

0 comments on commit 45cd937

Please sign in to comment.