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

Commit

Permalink
Small UI fix for #157
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Aug 20, 2024
1 parent e5a176f commit c091064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snappymail/v/0.0.0/app/templates/Views/User/PopupsFolder.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ <h3 data-bind="text: folder()?.fullName"></h3>
</td>
</tr>
<!-- /ko -->
<tr><td></td><td>
<button class="btn fontastic" data-bind="visible: adminACL, click: createACL"></button>
<tr data-bind="visible: adminACL"><td></td><td>
<button class="btn fontastic" data-bind="click: createACL"></button>
</td></tr>
</tbody></table>
</div>
Expand Down

0 comments on commit c091064

Please sign in to comment.