diff options
author | BonfaceKilz | 2021-10-26 21:01:05 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-10-28 08:34:35 +0300 |
commit | 5e3f63c45baba9ba8967144dc3bc4fbe0f798b07 (patch) | |
tree | 121301abf226855d9a6dfc6e188036a81caead73 | |
parent | 3f0f6dfd00fe2cf302a7dac2c7507d82f02e8a35 (diff) | |
download | genenetwork2-5e3f63c45baba9ba8967144dc3bc4fbe0f798b07.tar.gz |
show_trait_details.html: Use new link for managing privileges
-rw-r--r-- | wqflask/wqflask/templates/show_trait_details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/show_trait_details.html b/wqflask/wqflask/templates/show_trait_details.html index f824d6e2..183c4c61 100644 --- a/wqflask/wqflask/templates/show_trait_details.html +++ b/wqflask/wqflask/templates/show_trait_details.html @@ -244,7 +244,7 @@ <button type="button" id="edit_resource" class="btn btn-success" title="Edit Resource" onclick="window.open('/datasets/traits/{{ this_trait.name }}/edit?resource-id={{ resource_id }}', '_blank')">Edit</button> {% endif %} {% if admin_status == "owner" or admin_status == "edit-admins" or admin_status == "edit-access" %} - <button type="button" id="edit_resource" class="btn btn-success" title="Edit Resource" onclick="window.open('./resources/manage?resource_id={{ resource_id }}', '_blank')">Edit Privileges</button> + <button type="button" id="edit_resource" class="btn btn-success" title="Edit Privileges" onclick="window.open('/resource-management/resources/{{ resource_id }}', '_blank')">Edit Privileges</button> {% endif %} {% endif %} </div> |