Skip to content
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.

Commit

Permalink
template updates
Browse files Browse the repository at this point in the history
- fontawesome
- snippet vs include
  • Loading branch information
alycejenni committed Oct 23, 2018
1 parent e599ba3 commit 6a71c92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ckanext/feedback/theme/templates/feedback/bar.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div id="feedback-bar" data-module="feedback-bar">
<div class="feedback-bar-inner">
<div id="feedback-bar-close" >
<i class="icon-remove-circle"></i>
<i class="fa fa-remove-circle"></i>
</div>

<div class="left">
Expand All @@ -13,7 +13,7 @@
</div>

<div class="right">
<i class="icon-comment"></i>
<i class="fa fa-comment"></i>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe-YbqogD4nZQUDo8pWuTsZzE8Pi3a9Qq-6_pVuSIfxgtPAAA/viewform" target="_blank">
FEEDBACK
</a>
Expand Down
2 changes: 1 addition & 1 deletion ckanext/feedback/theme/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block footer %}
{{ super() }}
{% include "feedback/bar.html" %}
{% snippet "feedback/bar.html" %}
{% endblock %}


Expand Down

0 comments on commit 6a71c92

Please sign in to comment.