summaryrefslogtreecommitdiffstats
path: root/app/views/previews/issue.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/previews/issue.html.erb')
-rw-r--r--app/views/previews/issue.html.erb11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/views/previews/issue.html.erb b/app/views/previews/issue.html.erb
deleted file mode 100644
index a88bec6fc..000000000
--- a/app/views/previews/issue.html.erb
+++ /dev/null
@@ -1,11 +0,0 @@
-<% if @notes %>
- <fieldset class="preview"><legend><%= l(:field_notes) %></legend>
- <%= textilizable @notes, :attachments => @attachments, :object => @issue %>
- </fieldset>
-<% end %>
-
-<% if @description %>
- <fieldset class="preview"><legend><%= l(:field_description) %></legend>
- <%= textilizable @description, :attachments => @attachments, :object => @issue %>
- </fieldset>
-<% end %>