Sha256: 69250e16caf2ba3d0d5dcd8d8fae5cb50f0f9b58fdac3906be1e4ac971158ff3
Contents?: true
Size: 973 Bytes
Versions: 3
Compression:
Stored size: 973 Bytes
Contents
- #todo - this should be a vcalendar #history.page %dl - if Caboodle::History::Config.history_years.respond_to?(:sort) - Caboodle::History::Config.history_years.sort.reverse.each do |year,items| %dt.year{:class=>year} = year %dd %ul.history_items - if items.respond_to?(:each) - items.each do |item| %li.portfolio_item{:class=>item.tags} %h3 - if item.link %a{:href=>item.link} = item.title - else = item.title %p.role = item.role %p.description = item.description - if item.awards %ul.awards - item.awards.each do |award| %li.award = award
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
caboodle-0.2.16 | lib/caboodle/kits/history/views/history.haml |
caboodle-0.2.15 | lib/caboodle/kits/history/views/history.haml |
caboodle-0.2.14 | lib/caboodle/kits/history/views/history.haml |