Created
April 5, 2012 01:27
-
-
Save jordandm/2307188 to your computer and use it in GitHub Desktop.
Revised template...
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
| <% @domains.each do |domain, items| %> | |
| <% items.each do |item, types | %> | |
| <% types.each do |type, value| %> | |
| <%= "#{domain}".ljust(16) %> <%= "#{type}".ljust(8) %><%= "#{item}".ljust(16) %><%= "#{value}" %> | |
| <% end -%> | |
| <% end -%> | |
| <% end -%> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment