Skip to content

Commit

Permalink
Merge pull request #39 from xima-media/fix-icon
Browse files Browse the repository at this point in the history
fix: refresh icon in backend form
  • Loading branch information
maikschneider authored Sep 16, 2024
2 parents 33f43bc + 4d024da commit 4085875
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<f:if condition="!{loading} && !{errorCode}">
<div class="mb-4 btn-group">
<button id="xm-reload-available-forms" class="btn btn-default">
<core:icon identifier="actions-cog" />
<core:icon identifier="actions-refresh" />
{f:translate(key: 'button.reload', extensionName:'XmFormcycle')}
</button>
<button class="btn btn-default" id="xm-settings">
Expand Down

0 comments on commit 4085875

Please sign in to comment.