Skip to content

Commit 68a7bee

Browse files
committed
Update the template tag with id bloom_template
1 parent 540efce commit 68a7bee

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

front-end/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,17 @@ <h2 id="bloom-form-title" class="bloom-form__title">Share a Bloom</h2>
236236
<article class="bloom box" data-bloom data-bloom-id="">
237237
<div class="bloom__header flex">
238238
<a href="#" class="bloom__username" data-username>Username</a>
239+
239240
<a href="#" class="bloom__time">
240241
<time class="bloom__time" data-time>2m</time>
241242
</a>
242243
</div>
243244

245+
<div class="bloom__rebloom-info" data-rebloom-info hidden>
246+
Rebloomed from
247+
<a href="#" data-original-username></a>
248+
</div>
249+
244250
<div class="bloom__content" data-content></div>
245251

246252
<button type="button" data-action="rebloom">

0 commit comments

Comments
 (0)