h2 Related Links small Drag and drop to change order of links table thead tr(no-drag) th Name th Url th New Tab th Active th Actions tbody(as-sortable="sortOptions" ng-model="links") tr(ng-repeat="link in links", as-sortable-item) td(as-sortable-item-handle) {{link.name}} td(as-sortable-item-handle) {{link.url}} td(as-sortable-item-handle) {{link.new_tab}} td(as-sortable-item-handle) {{link.is_active}} td.actions a(href="#", ng-click="openEdit($event, link)") Edit a(href="#", ng-click="removeLink($event, link)") Delete