Skip to content
Snippets Groups Projects
Commit 797b8c65 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

fix old links that target _self and don't need to any more.

parent 2786bb76
Branches
Tags
No related merge requests found
......@@ -44,7 +44,7 @@
<div class="px2 py2 clearfix">
<h3>Saved Query</h3>
<p>The data for this card comes directly from a saved query. To change the data you can <a cv-org-href="/admin/query/{{card.dataset_query.result.query_id}}/modify" target="_blank">Modify the Query</a>.</p>
<p>The data for this card comes directly from a saved query. To change the data you can <a cv-org-href="/admin/query/{{card.dataset_query.result.query_id}}/modify">Modify the Query</a>.</p>
</div>
</div>
......
......@@ -139,7 +139,7 @@
<cv-chevron-down-icon class="ml1" width="10px" height="10px"></cv-chevron-down-icon>
</div>
<ul class="Dropdown-content right">
<li class="" ><a class="link" href="/auth/logout" target="_self">Logout</a></li>
<li class="" ><a class="link" href="/auth/logout">Logout</a></li>
</ul>
</span>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment