Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9387e07

Browse files
author
AbdelrahmanSE
committed
Swap edit and delete buttons
1 parent 175d086 commit 9387e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/modules/user/users/user-row/user-row.view.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<td>{{ user.country }}</td>
66
<td class="text-center">
77
<button type="button" class="btn btn-primary" ng-click="showUser()">Show</button>
8-
<button type="button" class="btn btn-secondary" ng-click="editUser()">Edit</button>
98
<button type="button" class="btn btn-danger" ng-click="deleteUser()">Delete</button>
9+
<button type="button" class="btn btn-secondary" ng-click="editUser()">Edit</button>
1010
</td>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /