Skip to content

Commit

Permalink
Adds in Owner and ID fields
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maci29 committed Apr 25, 2023
1 parent 70a2a23 commit 92bee4d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion app/views/podcast_engagement/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@
<%= render "podcasts/tabs" %>

<div class="row mt-4 mb-4 justify-content-center">
<div class="col-6">
<div class="col-8">

<div class="row">
<div class="form-floating mb-3 col">
<input class="form-control" id="floatingInput" aria-label="Donation Link">
<label for="floatingInput">Owner</label>
</div>

<div class="form-floating mb-3 col">
<input class="form-control" id="floatingInput" aria-label="Donation Link">
<label for="floatingInput">ID</label>
</div>
</div>
<div class="form-floating">
<div class="form-floating mb-3">
<input class="form-control" id="floatingInput" aria-label="Donation Link">
Expand Down

0 comments on commit 92bee4d

Please sign in to comment.