Skip to content

Commit

Permalink
Adding edit link to datasource in explore view (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 9, 2016
1 parent 9a02c88 commit fdcedd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions caravel/templates/caravel/explore.html
Expand Up @@ -36,6 +36,9 @@
{% endfor %}
</select>
</span>
<a href="{{ datasource.url }}" class="btn btn-default-outline" data-toggle="tooltip" title="Edit/configure datasource">
<i class="fa fa-edit"></i>&nbsp;
</a>
<span title="Visualization Type" data-toggle="tooltip">
{{ form.get_field("viz_type")(class_="select2") }}
</span>
Expand Down

0 comments on commit fdcedd0

Please sign in to comment.