Skip to content

Commit 5cf4baa

Browse files
SofaSofa
authored andcommitted
Fixed the share button
1 parent 9f4376a commit 5cf4baa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/dashboard.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Your Images</h1>
1414
<span id="imginfo">{{ item["key"] }}.{{ item["ext"] }}</span>
1515
<div class="footer-container">
1616
<a href="/info/{{ item['key'] }}" class="button">View</a>
17-
<a class="button share-button">
17+
<a id="share" class="button share-button">
1818
<i class="fa fa-share-alt"></i>
1919
</a>
2020
</div>
@@ -29,4 +29,4 @@ <h1>Your Images</h1>
2929
{% block scripts %}
3030
{{ super() }}
3131
<script src="/static/scripts/dashboard.js"></script>
32-
{% endblock %}
32+
{% endblock %}

0 commit comments

Comments
 (0)