Sha256: 313358689d235b0f838707aabfef9871b4c91e06a2bc3037d617a80b63c51959

Contents?: true

Size: 289 Bytes

Versions: 18

Compression:

Stored size: 289 Bytes

Contents

%section.ui-index
  %ul
    - Dir.glob('app/views/ui/*.html.haml').sort.each do |file|
      - wireframe = File.basename(file,'.html.haml')
      -  unless wireframe == 'index' || wireframe.match(/^_/)
        %li= link_to wireframe.titleize, action: wireframe unless wireframe == 'index'

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
myrails-7.0.0 lib/myrails/templates/ui/index.html.haml
myrails-6.0.0 lib/myrails/templates/ui/index.html.haml
myrails-5.0.0 lib/myrails/templates/ui/index.html.haml
myrails-4.0.0 lib/myrails/templates/ui/index.html.haml
myrails-3.2.1 lib/myrails/templates/ui/index.html.haml
myrails-3.2.0 lib/myrails/templates/ui/index.html.haml
myrails-3.1.0 lib/myrails/templates/ui/index.html.haml
myrails-3.0.0 lib/myrails/templates/ui/index.html.haml
myrails-2.2.2 lib/myrails/templates/ui/index.html.haml
myrails-2.2.1 lib/myrails/templates/ui/index.html.haml
myrails-2.2.0 lib/myrails/templates/ui/index.html.haml
myrails-2.1.0 lib/myrails/templates/ui/index.html.haml
myrails-2.0.0 lib/myrails/templates/ui/index.html.haml
myrails-1.1.1 lib/myrails/templates/ui/index.html.haml
myrails-1.1.0 lib/myrails/templates/ui/index.html.haml
myrails-1.0.2 lib/myrails/templates/ui/index.html.haml
myrails-1.0.1 lib/myrails/templates/ui/index.html.haml
myrails-1.0.0 lib/myrails/templates/ui/index.html.haml