Skip to content

Commit

Permalink
Add a "Build" button to the payloads/show view (closes #123).
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jul 2, 2024
1 parent 6a6dc19 commit ba79486
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion views/payloads/show.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<h1>Payload: <%=h @payload.id %></h1>
<div class="is-flex is-justify-content-space-between">
<h1>Payload: <%=h @payload.id %></h1>
<a href="/payloads/build/<%=hattr @payload.id %>" class="button is-primary">Build</a>
</div>

<table class="table">
<tbody>
Expand Down

0 comments on commit ba79486

Please sign in to comment.