Sha256: 19e17af6a91e99a4ab34e3d77038b4ad90db05d25a8641f720d481e83d968e63
Contents?: true
Size: 258 Bytes
Versions: 2
Compression:
Stored size: 258 Bytes
Contents
<h1><%= @title %></h1> <ul> <% @links.each do |name| %> <li><a href='/<%= name %>+'><%= name %></li> <% end %> </ul> <% if @next_token %> <a href="<%= request.path %>?token=<%= URI.encode_www_form_component(@next_token) %>">More...</a> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
corpshort-0.2.0 | app/views/list.erb |
corpshort-0.1.0 | app/views/list.erb |