sass-site/yard/default/onefile/html/files.erb
2018-03-09 13:40:08 -08:00

5 lines
105 B
Plaintext

<% @files.each do |file| %>
<% @file = file %>
<h2><%= file.title %></h2>
<%= diskfile %>
<% end %>