Sha256: ce0c12d2e9d33231d906940e2b176e8a7e6cb91cb82c04e41c1ebd579e82f08c

Contents?: true

Size: 365 Bytes

Versions: 1

Compression:

Stored size: 365 Bytes

Contents

%tr.node.level-1
  %td.location-title
    = image("location", :class => "icon", :alt => 'page-icon', :title => '')
    = link_to location.name , edit_admin_location_url(location)
  %td.info
    = h location.full_address
      
  - if config['locations.use_groups?']
    %td
      = location.group
  %td.remove= link_to 'Remove', remove_admin_location_path(location)

Version data entries

1 entries across 1 versions & 1 rubygems

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