Sha256: 3e1a70aa8011107f45c9024a207d090fcc72eb471b0c3b9c9a4ca07b61afa891

Contents?: true

Size: 439 Bytes

Versions: 9

Compression:

Stored size: 439 Bytes

Contents

.clearfix
  %p
    = truncate strip_tags(@event.description), length: 250, separator: ' ', omission: '...'
  .float-right
    - if can? :edit, @event
      = icon_link_to 'pencil', :edit.l, date_book.edit_calendar_event_path(@event.calendar, @event.slug), class: 'btn btn-info'
    = icon_link_to 'zoom-in', :read_more.l, date_book.calendar_event_path(@event.calendar, @event.slug, occurrence_id: @occurrence&.id), class: 'btn btn-primary'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
date_book-0.1.4 app/views/date_book/events/popover.html.haml
date_book-0.1.3 app/views/date_book/events/popover.html.haml
date_book-0.1.1 app/views/date_book/events/popover.html.haml
date_book-0.1.0 app/views/date_book/events/popover.html.haml
date_book-0.0.6 app/views/date_book/events/popover.html.haml
date_book-0.0.5 app/views/date_book/events/popover.html.haml
date_book-0.0.3 app/views/date_book/events/popover.html.haml
date_book-0.0.2 app/views/date_book/events/popover.html.haml
date_book-0.0.1 app/views/date_book/events/popover.html.haml