Skip to content
Snippets Groups Projects
Commit 096ab86c authored by pratik.joshi's avatar pratik.joshi
Browse files

CRM-12684: indentation fix

parent 7253f198
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
<div>
{strip}
<table id="records" class="display">
<thead>
<thead>
<tr>
{foreach from=$headers key=recId item=head}
<th>{ts}{$head}{/ts}</th>
......@@ -44,7 +44,7 @@
{foreach from=$records key=recId item=rows}
<tr class="{cycle values="odd-row,even-row"}">
{foreach from=$headers key=hrecId item=head}
<td>{$rows.$hrecId}</td>
<td>{$rows.$hrecId}</td>
{/foreach}
<td>{$rows.action}</td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment