Created
December 13, 2013 18:01
-
-
Save alanhogan/7948419 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
- title "Modules" | |
%h1 CSS Modules | |
%ul | |
- @modules.each do |mod| | |
%li | |
- name = "<code><b>#{mod}</b></code>" | |
- desc = Descss.new mod | |
- name += ": <b>#{desc.name}</b>" if desc.has_name? | |
= link_to name.html_safe, devtools_module_path(mod) |
Author
alanhogan
commented
Dec 13, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment