sign-in check added
This commit is contained in:
parent
abad615f65
commit
4b2a2c5d5c
1 changed files with 4 additions and 3 deletions
|
|
@ -25,6 +25,7 @@
|
||||||
.col-md-4
|
.col-md-4
|
||||||
%p{style: "margin-top: 20px"}
|
%p{style: "margin-top: 20px"}
|
||||||
- if @event_schedule&.start_time
|
- if @event_schedule&.start_time
|
||||||
|
- if user_signed_in?
|
||||||
= link_to google_calendar_link(@event_schedule), target: '_blank', class: 'btn btn-success btn-mini' do
|
= link_to google_calendar_link(@event_schedule), target: '_blank', class: 'btn btn-success btn-mini' do
|
||||||
%i.fa.fa-calendar
|
%i.fa.fa-calendar
|
||||||
Add to Google Calendar (beta)
|
Add to Google Calendar (beta)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue