Sha256: a9b3bfc96c525f74b02fddbedb54c804cd255fea3001a4023c5bec5b5b10f2da
Contents?: true
Size: 573 Bytes
Versions: 1
Compression:
Stored size: 573 Bytes
Contents
<h1>User activity logs</h1> <table> <tr><th>Date</th></tr> <% @dates.keys.sort.each do |date| %> <tr><td><%= link_to date, :controller=>"useractions", :action=>:show, :actionlog_id=>@dates[date] %></td></tr> <% end %> </table> <h1>Rails logs</h1> <table> <tr><td><%= if RAILS_ENV == 'production' then link_to 'Production log', '/rails_logs/show' else link_to 'Development log', '/rails_logs/show' end %></td></tr> <tr><td><%= link_to 'Cron log', "/cron_logs/show" %></td></tr> <tr><td><%= link_to 'Failed login log', "/failedlogin_logs/show" %></td></tr> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
authengine-0.0.2 | app/views/authengine/useractions/index.html.erb |