Sha256: 39c45b1e70003b1ff78fc805b819a07c7c33d57f75cd3af23d9f3c4582bc4d91
Contents?: true
Size: 499 Bytes
Versions: 49
Compression:
Stored size: 499 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <%= erb :'layouts/_head' %> <body class="Nxd-template"> <main class="Vlt-main Vlt-main--light Nxd-main" tabindex="2"> <div class="Vlt-card" id="primary-content"> <h1>Choose a definition</h1> <ul class="Vlt-list Vlt-list--simple"> <% @definitions.each do |d| %> <li><a href="<%= d %>"><%= d %></a></li> <% end %> </ul> </div> </main> <%= erb :"layouts/_javascripts" %> </body> </html>
Version data entries
49 entries across 49 versions & 1 rubygems