Skip to content
Snippets Groups Projects
Commit 16048dbe authored by William Enright's avatar William Enright
Browse files

Removed back button chevron on user page when not admin

Change-Id: I7f185ae85c737602581813193dd509f7ae391985
parent b9a626a9
No related branches found
No related tags found
No related merge requests found
......@@ -292,6 +292,10 @@ function setUserExtendedData(data, statusCode, jqXHR) {
if (disabled) {
$('.de-authorize-user').prop('disabled', true);
}
if (getAdminStatus()) {
$('.mt-5')[0].show();
}
}
}
}
......
......@@ -75,7 +75,7 @@
</div>
</div>
</div>
<div class="row mt-5">
<div class="row mt-5" style="display: none">
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12">
<div class="goToBack">
<a href="/templates/" id="goSearch" class="goToBack_link">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment