Skip to content

Commit

Permalink
Change text to sentence case in mentor directory issue exercism/exerc…
Browse files Browse the repository at this point in the history
  • Loading branch information
amaliacardenas authored and iHiD committed Aug 17, 2018
1 parent 3dee31c commit 7bcbada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/mentor/solutions/_new_discussion_post.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

.approved{style: @solution.approved?? "" : "display:none"}
=icon :check
Solution Approved
Solution approved

-unless @solution.approved?
=link_to "Leave conversation", [:abandon, :mentor, @solution], method: :patch, class: 'pure-button leave-button button'
Expand Down

0 comments on commit 7bcbada

Please sign in to comment.