Sha256: 414709b7aa9ea4d70d27aeba63e2210492a59dc77beabb581470c29404d89177
Contents?: true
Size: 956 Bytes
Versions: 5
Compression:
Stored size: 956 Bytes
Contents
<%= erb :flash, {:layout => false} %> <%= csrf_tag %> <div id="page-intro"> <h2>Report formats</h2> <p> This page lists all available report formats. <br/> <br/> </p> <form action="/reports" method="get"> <input type="submit" value="Back to reports" /> </form> </div> <% reports.each do |report|%> <fieldset> <h3><%=escape( report['name'] )%></h3> <h4>Description</h4> <div class="notice"> <%=escape( report['description'] )%></div> <p> <strong>Version:</strong> <%=report['version']%><br/> <strong>Author:</strong> <%=escape( report['author'])%> </p> </fieldset> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems