Sha256: 3a4618fb2301942d4b8e0823a3856365e3611fa31b87def803773cd04dafd0af

Contents?: true

Size: 788 Bytes

Versions: 6

Compression:

Stored size: 788 Bytes

Contents

header.content-header.js-content-header.-dashboard
  i.icon-home>
  |   Welcome,
  strong< = current_user.full_name

== render 'flash_messages'

main.content
  table.js-sort-column
    thead
      tr
        th Name
        th Type
        th.-action-wide Modified
    tbody
      - @list.each do |item|
        - begin
          - parent = item.respond_to?(:fae_parent) ? item.fae_parent : nil
          - edit_path = edit_polymorphic_path([main_app, fae_scope, parent, item])
          - index_path = polymorphic_path([main_app, fae_scope, parent, item.class.to_s.pluralize.underscore])
          tr
            td: a href=edit_path = item.fae_display_field
            td: a href=index_path = item.class.to_s
            td = fae_date_format item.updated_at
        - rescue

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fae-rails-1.7.1 app/views/fae/pages/home.html.slim
fae-rails-1.7.0 app/views/fae/pages/home.html.slim
fae-rails-1.6.0 app/views/fae/pages/home.html.slim
fae-rails-1.5.1 app/views/fae/pages/home.html.slim
fae-rails-1.5.0 app/views/fae/pages/home.html.slim
fae-rails-1.4.1 app/views/fae/pages/home.html.slim