Skip to content

Commit

Permalink
remove inline td align statements
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Dec 11, 2024
1 parent fa86db5 commit e37e9ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pages/metrics/metrics.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ <h4>{{block.meta.title}}</h4>
{%- assign pageURL = 4 -%}
{%- endif -%}
{%- if block.data[0][forloop.index0] == "pageTitle" -%}
<td align="left">
<td>
<a href="{{row[pageURL]}}" target="_blank">{{column | toLocaleString | replace: " - Catalog", ""}}</a>
</td>
{%- else -%}
<td align="right">{{column | toLocaleString}}</td>
<td>{{column | toLocaleString}}</td>
{%- endif -%}
{%- endif -%}

Expand Down
4 changes: 2 additions & 2 deletions pages/metrics/metrics_per-org.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ <h4>{{block.meta.title}}</h4>
{%- assign pageURL = 4 -%}
{%- endif -%}
{%- if block.data[0][forloop.index0] == "pageTitle" -%}
<td align="left">
<td>
<a href="{{row[pageURL]}}" target="_blank">{{column | toLocaleString | replace: " - Catalog", ""}}</a>
</td>
{%- else -%}
<td align="right">{{column | toLocaleString}}</td>
<td>{{column | toLocaleString}}</td>
{%- endif -%}
{%- endif -%}
{%- endif -%}
Expand Down

0 comments on commit e37e9ca

Please sign in to comment.