Sha256: f6bbdf351a0a4fb51a7e75f51f4c8b6b7c4c317da5fb4e9d85b33228d0be787f

Contents?: true

Size: 433 Bytes

Versions: 3

Compression:

Stored size: 433 Bytes

Contents

%li
  = route.to_s
  %small
    (
    - if route == BrickLayer::Route.root
      = link_to "view page", "/brick_layer/pages", :target => "_blank"
    - else
      = link_to "view page", "/brick_layer/pages#{route.full_path}", :target => "_blank"
      
     | 
    = link_to "edit", edit_route_path(route)
    - unless route.slug == ""
       | 
      = link_to "add", new_route_path + "?parent=#{route.id}"
    )

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
brick_layer-0.10.6 app/views/brick_layer/routes/_route.html.haml
brick_layer-0.10.5 app/views/brick_layer/routes/_route.html.haml
brick_layer-0.10.3 app/views/brick_layer/routes/_route.html.haml