Skip to content

Commit

Permalink
Fixing the button on the featured datasets page
Browse files Browse the repository at this point in the history
  • Loading branch information
michellethomas committed Dec 17, 2015
1 parent 6155ff8 commit 6bbcbe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panoramix/templates/panoramix/featured_datasets.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<tr>
<td>
<div id="data-title">{{ dataset.table_name }}</div>
</br> {{ dataset.description }}
<p>{{ dataset.description }}</p>
</td>
<td class="small_table">{{ dataset.database }}</td>
<td class="small_table">{{ dataset.owner }}</td>
<td class="small_table"><button type="button" class="btn btn-primary" href="{{ dataset.default_endpoint }}">Visualize it!</button></td>
<td class="small_table"><a class="btn btn-primary" href="{{ dataset.default_endpoint }}">Visualize it!</a></td>
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit 6bbcbe5

Please sign in to comment.