app/views/exception_track/logs/index.html.erb in exception-track-0.5.2 vs app/views/exception_track/logs/index.html.erb in exception-track-0.6.0

- old
+ new

@@ -7,9 +7,12 @@ </script> <div class="toolbar"> <%= @logs.total_count %> exceptions <div class="pull-right"> + <%= form_tag(export_logs_path, method: 'post') do %> + <button type="submit" class="btn">Export last 3 months</button> + <% end %> <%= form_tag(all_logs_path, method: 'delete') do %> <button type="submit" class="btn btn-danger" onclick="return confirmDestroyAll()">Delete All</button> <% end %> </div> </div>