summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2022-01-30 09:27:23 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2022-01-30 09:27:23 +0000
commitca3f4d0e0ad1608c705d908fbed3ffdb1175fb1e (patch)
treea5d4f1c8953af8780466fb093263552915b067a9 /app/views
parenta2997b8f78ee1771eca0c7487f0033460761a5e9 (diff)
downloadredmine-ca3f4d0e0ad1608c705d908fbed3ffdb1175fb1e.tar.gz
redmine-ca3f4d0e0ad1608c705d908fbed3ffdb1175fb1e.zip
Remove sidebar views (#36524).
Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@21391 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/imports/_issues_sidebar.html.erb3
-rw-r--r--app/views/imports/_time_entries_sidebar.html.erb3
2 files changed, 0 insertions, 6 deletions
diff --git a/app/views/imports/_issues_sidebar.html.erb b/app/views/imports/_issues_sidebar.html.erb
deleted file mode 100644
index e098175ec..000000000
--- a/app/views/imports/_issues_sidebar.html.erb
+++ /dev/null
@@ -1,3 +0,0 @@
-<% content_for :sidebar do %>
- <%= render :partial => 'issues/sidebar' %>
-<% end %>
diff --git a/app/views/imports/_time_entries_sidebar.html.erb b/app/views/imports/_time_entries_sidebar.html.erb
deleted file mode 100644
index 396e4abd9..000000000
--- a/app/views/imports/_time_entries_sidebar.html.erb
+++ /dev/null
@@ -1,3 +0,0 @@
-<% content_for :sidebar do %>
- <%= render :partial => 'timelog/sidebar' %>
-<% end %>