aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/snippets/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/snippets/show.html.erb')
-rw-r--r--app/views/snippets/show.html.erb6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/snippets/show.html.erb b/app/views/snippets/show.html.erb
deleted file mode 100644
index e2a1566..0000000
--- a/app/views/snippets/show.html.erb
+++ /dev/null
@@ -1,6 +0,0 @@
-<%= render "form", snippet: @snippet %>
-<span style="display: none" id="snippet-id"><%= @snippet.id %></span>
-
-<% @snippet.results_all.each do |result, compiler| %>
- <%= render partial: "results/result", locals: { result: result, compiler: compiler } %>
-<% end %>