Sha256: 76d33c541e954e4aaa7405cf89e5e223ee4d3ca96ecfb45fdd9c18e5250e7ad4

Contents?: true

Size: 397 Bytes

Versions: 2

Compression:

Stored size: 397 Bytes

Contents

= smart_listing_controls_for :items, :class => "context-menu" do
  %ul.nav.nav-secondary
    %li
      = link_to(controller: controller_name, action: :new) do
        = icon :plus
        = tw("#{controller_name}.new.label")
    = render :partial => "maily_herald/webui/#{controller_name}/nav_secondary/#{action_name}" rescue nil
  %form{:action => ""}= filter_box


= smart_listing_render :items

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
maily_herald-webui-0.9.0 app/views/maily_herald/webui/resources/index.html.haml
maily_herald-webui-0.8.0 app/views/maily_herald/webui/resources/index.html.haml