Sha256: b4893dd82854ccd2921c899fcf64e265d916c45b2fabbeaef137f6b31c4bfd21
Contents?: true
Size: 971 Bytes
Versions: 1
Compression:
Stored size: 971 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
caboodle-0.2.13 | lib/caboodle/kits/history/views/history.haml |