Sha256: 13d968b855565185a445eb52626a434da93654adff9fd06f50400bc870b9b273

Contents?: true

Size: 310 Bytes

Versions: 4

Compression:

Stored size: 310 Bytes

Contents

h2
  | Queries
  = link_to 'Create new', :root, class: 'btn btn-primary new-query'
ul.queries.list-unstyled
  - Adhoq::Query.recent_first.each do |query|
    li.panel.panel-default[query]
      .panel-heading
        h2= link_to query.name, query_path(query)
      p.panel-body.description= query.description

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
adhoq-0.0.5 app/views/adhoq/application/_sidebar_queries_index.html.slim
adhoq-0.0.4 app/views/adhoq/application/_sidebar_queries_index.html.slim
adhoq-0.0.3 app/views/adhoq/application/_sidebar_queries_index.html.slim
adhoq-0.0.2 app/views/adhoq/application/_sidebar_queries_index.html.slim