Sha256: 30dbc28a8fb1fdb3cfca2497537a2dc0bde0599fe9f4797c78562a2d959c8ca3

Contents?: true

Size: 431 Bytes

Versions: 1

Compression:

Stored size: 431 Bytes

Contents

- if !@page.new_record? && (flow_meter = @page.flow_meter)
  %p
    Visitors to this page will redirected to
    = link_to flow_meter.redirect_url_for_display, flow_meter.local_or_external_redirect_url
    - if admin?
      - unless config['vapor.use_regexp']
        = link_to "Remove this", admin_flow_meter_path(flow_meter), :method => :delete
      - else
        = link_to "Manage your traffic flow...", admin_flow_meters_path

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
radiant-vapor-extension-2.1.0 app/views/admin/pages/_vapor_details.html.haml