Skip to content

Commit

Permalink
Merge pull request #7890 from ckan/embed-icon
Browse files Browse the repository at this point in the history
[#7890] use object-group icon for Embed button
  • Loading branch information
amercader committed Nov 24, 2023
2 parents ae30274 + 7ee294a commit b4f9014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/7890.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use object-group icon for Embed button
2 changes: 1 addition & 1 deletion ckan/templates/package/snippets/resource_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
data-module="resource-view-embed"
data-module-id="{{ resource_view['id'] }}"
data-module-url="{{ h.url_for(package['type'] ~ '_resource.view', id=package['name'], resource_id=resource['id'], view_id=resource_view['id'], qualified=True) }}">
<i class="fa fa-code"></i>
<i class="fa fa-object-group"></i>
{{ _("Embed") }}
</a>
</div>
Expand Down

0 comments on commit b4f9014

Please sign in to comment.