| 1 | |
| 2 | <div class="row mb-5 mt-3"> |
| 3 | <div class="col-sm-2"> |
| 4 | <div class="fw-bold fst-italic d-inline-flex"> |
| 5 | <%= link_to( |
| 6 | "@#{author.username_or_id}", |
| 7 | profile_path(author), |
| 8 | title: "Author: @#{author.username_or_id}" |
| 9 | ) %> |
| 10 | </div> |
| 11 | </div> |
| 12 | <div class="col-sm-2 offset-sm-8"> |
| 13 | <span class="badge bg-primary rounded-pill fst-italic fw-light float-end"> |
| 14 | <%= created_at.strftime("%B %-d, %Y") %> |
| 15 | </span> |
| 16 | </div> |
| 17 | </div> |