mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-06-03 05:43:59 -04:00
12 lines
391 B
Plaintext
12 lines
391 B
Plaintext
%section.releases
|
|
= cute_icon
|
|
- github_releases.each do |release|
|
|
|
|
%h2= link_to release[:title], release[:link], target: "_blank"
|
|
.card
|
|
.card-header
|
|
%small= release[:updated].to_date.to_s
|
|
.card-body= release[:content].html_safe
|
|
%p
|
|
= link_to 'Find out more »', 'https://github.com/Growstuff/growstuff/releases', target: "_blank", class: 'btn btn-block'
|