Skip to content

Commit

Permalink
Update indigo_app/templates/indigo_api/document/_toolbar.html
Browse files Browse the repository at this point in the history
Co-authored-by: edith <32566441+goose-life@users.noreply.github.com>
  • Loading branch information
longhotsummer and goose-life authored Dec 9, 2024
1 parent 200d478 commit 9fc6106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indigo_app/templates/indigo_api/document/_toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<button type="button" class="btn btn-primary edit-text"><i class="fas fa-pencil-alt"></i> {% trans "Edit" %}</button>
</div>
<div class="btn-group btn-group-sm me-2 text-editor-buttons">
<button class="btn btn-success save"><i class="fas fa-check"></i> Update</button>
<button class="btn btn-secondary cancel"><i class="fas fa-times"></i> Cancel</button>
<button class="btn btn-success save"><i class="fas fa-check"></i> {% trans "Update" %}</button>
<button class="btn btn-secondary cancel"><i class="fas fa-times"></i> {% trans "Cancel" %}</button>
</div>

<div class="btn-group btn-group-sm ms-auto me-2">
Expand Down

0 comments on commit 9fc6106

Please sign in to comment.