forked from bloom-housing/bloom
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into 29/Align-ApplicationS…
…tatus
- Loading branch information
Showing
4 changed files
with
85 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{{#> layout_default }} | ||
|
||
<h1><span class="intro">Rental opportunity at</span> <br />Listing name</h1> | ||
<table class="inset fit-content" role="presentation" border="0" cellpadding="0" cellspacing="0"> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<div> | ||
<table role="presentation" border="1px" cellpadding="12px" cellspacing="0" class="bordered fit-content"> | ||
{{#each tableRows}} | ||
<tr> | ||
<td class="bold"> | ||
{{label}} | ||
</td> | ||
<td> | ||
{{value}} | ||
</td> | ||
</tr> | ||
{{/each}} | ||
</table> | ||
</div> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<table role="presentation" border="0" cellpadding="0" cellspacing="0"> | ||
<tbody> | ||
<tr> | ||
<td align="center"> | ||
<a | ||
class="btn btn-primary" | ||
href="{{listingUrl}}" | ||
target="_blank" | ||
style="color:white" | ||
>View Listing & Apply | ||
</a> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
{{/layout_default }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters