Sha256: 4f6297f1ec961046b350d03d768ff56230c940f16828fd5504e8461c2c59b16a

Contents?: true

Size: 664 Bytes

Versions: 1

Compression:

Stored size: 664 Bytes

Contents

- include_stylesheet 'admin/location'
.outset
  %table#snippets.index{ :cellspacing => "0", :border => "0", :cellpadding => "0" }
    %thead
      %tr
        %th.location
          Location
        %th.info
          Address
        - if config['locations.use_groups?'] && !@locations.blank?
          %th
            Group
        %th.modify
          Modify
    %tbody
      - if @locations.length > 0
        = render :partial => "location", :collection => @locations
      - else
        %tr
          %td.note{ :colspan => "2" }
            No Locations


#actions
  %ul
    %li= link_to(image('plus', :alt => '') + ' New Location', new_admin_location_path)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
radiant-location-extension-1.2.1 app/views/admin/locations/index.html.haml