Skip to content

Commit

Permalink
Stupid Coach
Browse files Browse the repository at this point in the history
  • Loading branch information
aamruth committed May 18, 2020
1 parent f0a59cd commit 05142fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/views/questions/answer.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<h1>Stupid Coaching</h1>
<p><%= params[:question] %></p>
<p><em>-You</em></p>

<p><%= @reply %></p>
<a href="">Ask a new question</a>
<p><em>-Your coach</em></p>

<%=link_to "Ask a new question", ask_path %>



0 comments on commit 05142fb

Please sign in to comment.