Sha256: 38826c62fe0a0e63b1e7c75af6d1ca41f6a15c40080f0855b30f0538be71ce8c
Contents?: true
Size: 1.12 KB
Versions: 15
Compression:
Stored size: 1.12 KB
Contents
<h1>Changelogs</h1> <% @titles.each do |title| %> <div class="header-separator hr--tall Vlt-text-separator Vlt-text-separator--big"> <span>< <%= title[:title].upcase %> /></span> </div> <div class="my-3col-grid"> <% title[:files].each do |file| %> <% validate_link = file[:frontmatter]['redirect_to'].present? ? file[:frontmatter]['redirect_to'] : changelog_path(folder: title[:title], name: file[:file_title]) %> <%= link_to validate_link, class: 'Vlt-card Vlt-card--clickable' do%> <div class="Vlt-card__header"> <svg class="Vlt-icon Vlt-grey"> <use xlink:href="/symbol/volta-brand-icons.svg#Brand-icon-<%= build_volta_icon(file[:file_title]) %>-color" /> </svg> <h3><%= file[:file_title] %></h3> <% if ["version", "release"].all? {|k| file[:frontmatter].key?(k)} %> <p style="position: relative; top: 20px;"> <code><%= "v#{file[:frontmatter]["version"]}" %></code> released on <%= "#{file[:frontmatter]["release"]}" %> </p> <% end %> </div> <% end %> <% end %> </div> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems