Skip to content

Commit

Permalink
add attendee form step in checklist (#3191)
Browse files Browse the repository at this point in the history
  • Loading branch information
uds5501 authored and abhinavk96 committed Jun 25, 2019
1 parent 539cc20 commit 87ebd01
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@
</div>
</div>
</a>
<a href="{{href-to 'events.view.edit.attendee'}}" class="ui segment {{unless data.event.isTicketFormEnabled 'secondary'}} grid less margin">
<div class="ui row">
<div class="column one wide">
<i class="{{if data.event.isTicketFormEnabled 'checkmark green' 'warning black'}} big icon"></i>
</div>
<div class="column fifteen wide">
<h4 class="ui header">
{{t 'Attendee Form'}}
<div class="sub header">
{{t 'Information to be collected from attendees'}}
</div>
</h4>
</div>
</div>
</a>
<a href="{{href-to 'events.view.edit.sponsors'}}" class="ui {{unless data.event.isSponsorsEnabled 'secondary'}} segment grid less margin">
<div class="ui row">
<div class="column one wide">
Expand Down

0 comments on commit 87ebd01

Please sign in to comment.