gab-social/app/views/settings/promotions/index.html.haml

17 lines
395 B
Plaintext
Raw Normal View History

2019-09-03 23:29:46 +01:00
- content_for :page_title do
= t('promotions.title')
.table-wrapper
%table.table
%thead
%tr
%th= t('promotions.timeline_id')
%th= t('promotions.status_id')
%th= t('promotions.expires_at')
%th= t('promotions.position')
%th
%tbody
= render @promotions
= link_to t('promotions.create'), new_settings_promotion_path, class: 'button'