Skip to content

Commit

Permalink
change users that see the delete button
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuepper committed Nov 13, 2023
1 parent 577125b commit 15dc9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/app/views/pages/contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h4>{{init.translation.page.contributors.search}}</h4>
<div class="controlbar">
<b>{{init.translation.page.editor.status}}</b>: {{status}}
<button ng-click="save();" style="margin-left: .5em">{{init.translation.page.editor.save}}</button>
<button ng-show="user.username=='simonsimcity' || user.username=='dadde' || user.username=='steffan'"
<button ng-show="user.username=='tobisokac' || user.username=='towa' "
ng-click="delete();">
{{init.translation.page.editor.delete}}</button>
</div>
Expand Down

0 comments on commit 15dc9df

Please sign in to comment.