Delete _report_sidebar.html.erb

This file is no longer needed from my research.
This commit is contained in:
Luka Murn 2018-05-25 11:04:05 +02:00 committed by GitHub
parent 280a926554
commit c76b926387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,22 +0,0 @@
<% content_for :sidebar do %>
<div id="slide-panel" class="visible">
<div class="sidebar-header">
<div class="sidebar-header-title">
<h5><%=t "projects.reports.new.sidebar_title" %></h5>
</div>
</div>
<div class="sidebar-header-toggle">
<a href="" class="toggle-sidebar-link">
<span class="glyphicon glyphicon-play-circle"></span>
</a>
</div>
<div class="tree report-tree">
<ul id="report-sidebar-tree">
</ul>
</div>
</div>
<% end %>
<%= javascript_include_tag("sidebar") %>