Skip to content
Snippets Groups Projects
Commit 32cd199b authored by Dan Braghis's avatar Dan Braghis
Browse files

Cleanup

parent 0ef81373
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
{{ block.super }} {{ block.super }}
{% with submission=row.record %} {% with submission=row.record %}
{# placeholder for example data row #}
<tr class="tr tr--child" data-parent-id="{{ row.record.id }}"> <tr class="tr tr--child" data-parent-id="{{ row.record.id }}">
<td colspan="{{ table.columns|length }}"> <td colspan="{{ table.columns|length }}">
<table class="table table--transparent"> <table class="table table--transparent">
...@@ -41,8 +39,7 @@ ...@@ -41,8 +39,7 @@
{% endwith %} {% endwith %}
{% if row.record.previous %} {% if row.record.previous %}
{# we have a linked application #} {# we have a linked application, re-render the header row #}
{# re-render the header row #}
<tr class="tr tr--child" data-parent-id="{{ row.record.id }}"> <tr class="tr tr--child" data-parent-id="{{ row.record.id }}">
<td colspan="{{ table.columns|length }}"> <td colspan="{{ table.columns|length }}">
<table class="table table--transparent"> <table class="table table--transparent">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment