Skip to content

Commit

Permalink
Add supporting information when resolving bet
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonTenko committed Apr 11, 2017
1 parent de27a27 commit f9d7848
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/views/bets/resolve.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
<div class="picking-winning-bet">
<hr>
<div class="row">
<div class="col col-lg-12 text-center">
<h3>Selecting the winning option for:</h3>
</div>
</div>
<div class="row">
<div class="col col-lg-12 text-center text-muted">
<h5><%= @bet.description %></h5>
</div>
</div>

<hr>
<div class="row">
<div class="col col-lg-12">
<%= form_tag calculate_debts_path, method: 'POST' do %>
Expand Down

0 comments on commit f9d7848

Please sign in to comment.