Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Nov 5, 2024
1 parent 8a4cdb2 commit 17560bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/apps-tab/detail/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
expand=(action expandFn)
expandOnInit=false
}}
{{t "generic.removed"}}
{{t "generic.removed" }}
{{/accordion-list-item}}
{{/if}}

Expand Down
4 changes: 2 additions & 2 deletions app/components/new-catalog/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>
<div class="col span-8">
{{#if appReadmeContent}}
{{t "generic.removed"}}
{{t "generic.removed" }}
{{else if (not noAppReadme)}}
<div class="text-center">
<i class="icon icon-spinner icon-spin icon-3x"></i>
Expand Down Expand Up @@ -66,7 +66,7 @@
<div class="row">
{{#if readmeContent}}
<div class="col span-12" style="overflow-y: auto; max-height: 500px;">
{{t "generic.removed"}}
{{t "generic.removed" }}
</div>
{{else}}
<h2 class="mb-10">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
<div class="col span-8">
{{#if appReadmeContent}}
{{t "generic.removed"}}
{{t "generic.removed" }}
{{else if (not noAppReadme)}}
<div class="text-center">
<i class="icon icon-spinner icon-spin icon-3x"></i>
Expand Down Expand Up @@ -59,7 +59,7 @@
<div class="row">
{{#if readmeContent}}
<div class="col span-12 readme-content">
{{t "generic.removed"}}
{{t "generic.removed" }}
</div>
{{else}}
<h2 class="mb-10">
Expand Down

0 comments on commit 17560bf

Please sign in to comment.