Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Fix button issue #281

Merged
merged 1 commit into from
Jan 31, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix button issue
  • Loading branch information
afrisalyp committed Jan 30, 2020
commit 444a792244adbfaf1a2bd245c9ef26caf6ad5842
1 change: 0 additions & 1 deletion src/front/src/app/upsertproject/upsertproject.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ <h2>{{title}}</h2>

<div class="pull-right" ng-if="editing">
<div class="pull-right col-lg-12" ng-if="editing">
<div class="pull-right col-lg-2" ng-if="!isAdminUser"></div>
<div class="pull-right col-lg-2 with-button btn-top" ng-if="isAdminUser">
<button class="btn btn-sm btn-info btn-top" ng-click="openTransferOwnershipDialog()">
<strong>
Expand Down