Sha256: fdff487e27a934b53ff2becc4430dfea642f86f66ff00a13993b75d055c0ed2a

Contents?: true

Size: 1022 Bytes

Versions: 22

Compression:

Stored size: 1022 Bytes

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| %>
      <%= link_to changelog_path(folder: title[:title], name: file[:file_title]), 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

22 entries across 22 versions & 1 rubygems

Version Path
station-0.2.1 lib/nexmo_developer/app/views/changelogs/index.html.erb
station-0.2.0 lib/nexmo_developer/app/views/changelogs/index.html.erb