Created
March 1, 2013 19:33
-
-
Save mrmicahcooper/5067133 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment