Untabify.
[arvados.git] / apps / workbench / app / views / pipeline_instances / show.html.erb
deleted file mode 100644 (file)
index 2745e76f71db8d5ee9f046a894e2705b35507c0b..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,36 +0,0 @@
-<table class="table table-condensed table-hover topalign">
-  <thead>
-  </thead>
-  <tbody>
-    <% @object.attributes_for_display.each do |attr, attrvalue| %>
-    <% if attr == 'components' and attrvalue.is_a? Hash %>
-
-    <tr class="info"><td><%= attr %></td><td>
-        <table class="table">
-          <% pipeline_jobs.each do |pj| %>
-          <tr><% %w(index name result job_link script script_version progress_detail progress_bar output_link).each do |key| %>
-            <td>
-              <% if key == 'script_version' %>
-              <%= pj[key.to_sym][0..6] rescue '' %>
-              <% else %>
-              <%= pj[key.to_sym] %>
-              <% end %>
-            </td>
-            <% end %>
-          </tr>
-          <% end %>
-        </table>
-    </td></tr>
-
-    <% else %>
-    <%= render partial: 'application/arvados_object_attr', locals: { attr: attr, attrvalue: attrvalue } %>
-    <% end %>
-    <% end %>
-  </tbody>
-</table>
-
-<%= raw(@prov_svg) %>
-
-<pre>
-<%= JSON.pretty_generate(@object.attributes) rescue nil %>
-</pre>
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..4316b101cda63c6d90259792c85a25b3879b12f6
--- /dev/null
@@ -0,0 +1 @@
+../application/show.html.erb
\ No newline at end of file