Skip to content

Commit

Permalink
remove link #689
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Jul 21, 2019
1 parent f5204dd commit 77c9177
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="panel panel-default">
<div class="panel-heading">
<div class="hidden-sm hidden-xs pull-right"><a data-ui-sref="events.new" class="btn btn-xs btn-success"><i class="fa fa-file-text-o"></i> create new event</a> <a class="btn btn-xs btn-warning" data-ui-sref="events.newLink"><i class="fa fa-external-link"></i> create a link to an external event</a></div>
<div class="hidden-sm hidden-xs pull-right"><a data-ui-sref="events.new" class="btn btn-xs btn-success"><i class="fa fa-file-text-o"></i> create new event</a></div>
<h1 class="panel-title">Active Events</h1>
</div>
<div class="text-center text-muted panel-body" data-ng-if="$ctrl.loading">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,6 @@
eventType: 'INTERNAL'
}
})
.state('events.newLink', {
url: '/new-external',
templateUrl: BASE_STATIC_URL + "/event/edit-event.html",
controller: 'CreateEventController',
data: {
eventType: 'EXTERNAL'
}
})
.state('events.single', {
abstract: true,
url: '/:eventName',
Expand Down

0 comments on commit 77c9177

Please sign in to comment.