Skip to content

Commit 51eb3b3

Browse files
authored
Merge pull request #354 from living-atlases/glyphicon-minor-fix
Fix annotation icons
2 parents baa138f + 0a94a80 commit 51eb3b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grails-app/views/occurrence/show.gsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@
690690
</p>
691691
<p class="deleteAnnotation" style="display:block;">
692692
<a class="deleteAnnotationButton btn btn-danger" href="#">
693-
<i class="glyphicon-remove"> </i> &nbsp;
693+
<i class="glyphicon glyphicon-remove"> </i> &nbsp;
694694
<g:message code="show.userannotationtemplate.p02.navigator" default="Delete this annotation"/>
695695
<span class="deleteAssertionSubmitProgress" style="display:none;">
696696
<asset:image src="indicator.gif" alt="indicator icon"/>
@@ -700,7 +700,7 @@
700700
<g:if test="${isCollectionAdmin}">
701701
<p class="verifyAnnotation" style="display:none;">
702702
<a class="verifyAnnotationButton btn btn-default" href="#verifyRecordModal" data-toggle="modal">
703-
<i class="glyphicon-thumbs-up"> </i> &nbsp;
703+
<i class="glyphicon glyphicon-thumbs-up"> </i> &nbsp;
704704
<g:message code="show.userannotationtemplate.p03.navigator" default="Verify this annotation"/></a>
705705
</p>
706706
</g:if>

0 commit comments

Comments
 (0)