Sha256: 0dfd237dc38fd524d8feac67b3db194e2c4e8b2462c2d84a446635df439e0ee0

Contents?: true

Size: 402 Bytes

Versions: 3

Compression:

Stored size: 402 Bytes

Contents

= semantic_form_for applications_filter, :url => applications_path, :simple => true, :method => :get do |f|
  = f.inputs do
    = f.input :name
    = f.input :type, :collection => applications_filter.type_options, :include_blank => false
  = f.buttons do
    = f.commit_button :label => 'Filter'
    - if applications_filter.present?
      = link_to "Clear Filters", applications_path, :class => 'btn'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openshift-origin-console-1.3.4 app/views/applications/_applications_filter.html.haml
openshift-origin-console-1.3.3 app/views/applications/_applications_filter.html.haml
openshift-origin-console-1.3.2 app/views/applications/_applications_filter.html.haml