Skip to content

Commit

Permalink
Remove Edit link from Visualization listing.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Feb 4, 2017
1 parent b010488 commit a1f737f
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,18 +116,6 @@
<a class="kuiLink" ng-href="{{ item.url }}">
{{ item.title }}
</a>

<button
class="kuiMicroButton kuiTableRowHoverReveal"
ng-click="listingController.edit(item)"
aria-label="Edit"
tooltip="Edit object"
>
<span
aria-hidden="true"
class="kuiIcon fa-code"
></span>
</button>
</div>
</td>

Expand Down

0 comments on commit a1f737f

Please sign in to comment.