Sha256: e5f0483f21f5e4c74d56c68a905fb756d10a0f3ace300efe6098d9ee532cf136

Contents?: true

Size: 712 Bytes

Versions: 2

Compression:

Stored size: 712 Bytes

Contents

.calendar-pagination.text-center
  - if show_today_link
    = link_to(url_for(month: actual_month.month, year: actual_month.year), class: 'btn btn-default btn-link calendar-pagination-today', remote: remote) do
      = t('.today')
  .btn-group
    = link_to(url_for(month: previous_month.month, year: previous_month.year), class: 'btn btn-primary calendar-pagination-back', remote: remote) do
      = t('.previous')
    = button_tag(type: 'button', class: 'btn btn-disabled calendar-pagination-actual') do
      = I18n.l(date, format: :month_with_year)
    = link_to(url_for(month: next_month.month, year: next_month.year), class: 'btn btn-primary calendar-pagination-next', remote: remote) do
      = t('.next')

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ecm_calendar_helper-1.0.1 app/views/ecm/calendar_helper/_month_calendar_pagination.haml
ecm_calendar_helper-1.0.0 app/views/ecm/calendar_helper/_month_calendar_pagination.haml