Sha256: 927d39ddf874b4129235c151247e81b434c169d5aa9cba0886c66e90b1af9643
Contents?: true
Size: 655 Bytes
Versions: 4
Compression:
Stored size: 655 Bytes
Contents
<% title('Foo') %> <div class="row"> <div class="small-12 columns"> <h1><%= @page_title %></h1> <div id="appstats-date-filter"> <%= form_tag do %> <p>Start Date: <%= select_date @start_date, prefix: :start_date %></p> <p>End Date: <%= select_date @end_date, prefix: :end_date %></p> <p><%= submit_tag("Update") %></p> <% end %> </div> <p><%= "#{@start_date.to_formatted_s(:long) } to #{@end_date.to_formatted_s(:long)}" %> <a id="appstats-date-showhide">(Change start/end dates)</a></p> <p><%= "#{@days_in_sample} days in sample" %></p> </div> </div>
Version data entries
4 entries across 4 versions & 1 rubygems