Sha256: e35a48d7fae9f2d6dafcf5933e3e216844147d92b4dd34b3572b9f2240956693
Contents?: true
Size: 375 Bytes
Versions: 12
Compression:
Stored size: 375 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= csrf_meta_tag %> </head> <body> <ul> <li><%= link_to "My Stuff", '/stuff/my_stuff' %></li> <li><%= link_to "Your Stuff", '/stuff/your_stuff' %></li> <li><%= link_to "Metrics", cohortly_metrics_path %></li> <li><%= link_to "Cohort Reports", cohortly_reports_path %></li> </ul> <%= yield %> </body> </html>
Version data entries
12 entries across 12 versions & 1 rubygems