Sha256: c65943249eb9c2b01bd1f2209bdb4d3b02b69c90921179e40326bc59abc1b82f

Contents?: true

Size: 990 Bytes

Versions: 16

Compression:

Stored size: 990 Bytes

Contents

.page-controls
  link-to 'tags.new' class='btn btn-primary'
    t 'tags.index.new'

.nav-tabs-custom
  ul.nav.nav-tabs
    = link-to 'tags.tab' 'popular' tagName='li'
      a href="#"
        t 'tags.index.popular'
    = link-to 'tags.tab' 'all' tagName='li'
      a href="#"
        t 'tags.index.all'

  table.table.table-hover
    thead
      tr
        th
          t 'tags.index.name'
        th
          t 'tags.index.visible'
        th
          t 'tags.index.total_projects'
        th

    tbody
      each model
        tr
          td = name
          td
            show-boolean visible
          td = total_projects
          td
            .text-right
              = link-to 'tags.edit' id
                i.fa.fa-edit
              |  
              a{action 'destroy' this} href='#'
                i.fa.fa-trash-o
      else
        tr
          td.no-results colspan='4'
            t 'words.no_results'

  if model
    .pagination-wrapper-button
      pagination

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
dune-dashboard-1.1.5 app/assets/javascripts/templates/tags/index.emblem
dune-dashboard-1.1.4 app/assets/javascripts/templates/tags/index.emblem
dune-dashboard-1.1.3 app/assets/javascripts/templates/tags/index.emblem
dune-dashboard-1.1.2 app/assets/javascripts/templates/tags/index.emblem
dune-dashboard-1.1.1 app/assets/javascripts/templates/tags/index.emblem
dune-dashboard-1.1.0 app/assets/javascripts/templates/tags/index.emblem
dune-dashboard-1.0.9 app/assets/javascripts/templates/tags/index.emblem
dune-dashboard-1.0.8 app/assets/javascripts/templates/tags/index.emblem
dune-dashboard-1.0.7 app/assets/javascripts/templates/tags/index.emblem
dune-dashboard-1.0.6 app/assets/javascripts/templates/tags/index.emblem
dune-dashboard-1.0.5 app/assets/javascripts/templates/tags/index.emblem
dune-dashboard-1.0.4 app/assets/javascripts/templates/tags/index.emblem
dune-dashboard-1.0.3 app/assets/javascripts/templates/tags/index.emblem
dune-dashboard-1.0.2 app/assets/javascripts/templates/tags/index.emblem
dune-dashboard-1.0.1 app/assets/javascripts/templates/tags/index.emblem
dune-dashboard-1.0.0 app/assets/javascripts/templates/tags/index.emblem