Sha256: 59bbc19832f34f1e2f5b6aa06be4a289aa12cea2cda8d28f8f31be9de17904d5

Contents?: true

Size: 892 Bytes

Versions: 2

Compression:

Stored size: 892 Bytes

Contents

- title I18n.t('admin.helps.actions.index.title')

= admin_page_header I18n.t('admin.helps.actions.index.header')
h4= t('admin.helps.title_html')
ul
  li=t('admin.helps.hint1_html')
  li=t('admin.helps.hint2_html')
  li=t('admin.helps.hint3_html')
  li=t('admin.helps.hint4_html')
  li=t('admin.helps.hint5_html')
  li=t('admin.helps.hint6_html')
  li=t('admin.helps.hint7_html')
h4 =t('admin.helps.icons_meaning')
ul.legend
  li
    <i class="icon-edit"></i>
    = I18n.t('admin.helps.actions.index.legend.edit')
  li
    <i class="icon-remove"></i>
    = I18n.t('admin.helps.actions.index.legend.delete')
  li
    <i class="icon-move"></i>
    = I18n.t('admin.helps.actions.index.legend.move')
  li
    <i class="icon-eye-open"></i>
    = I18n.t('admin.helps.actions.index.legend.published')
  li
    <i class="icon-list"></i>
    = I18n.t('admin.helps.actions.index.legend.nav_published')

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
adminos-1.0.0.pre.rc.5 lib/generators/templates/install/auto/app/views/admin/helps/index.slim
adminos-1.0.0.pre.rc.4 lib/generators/templates/install/auto/app/views/admin/helps/index.slim