Link to exercise and show exercise description

This commit is contained in:
Maximilian Grundke
2017-11-20 14:48:13 +01:00
parent 2dcaf9d155
commit 762a8233ab

View File

@ -1,4 +1,5 @@
h1 = @exercise
h1 = link_to(@exercise)
= row(label: 'exercise.description', value: render_markdown(@exercise.description))
ul.list-unstyled.panel-group
- @feedbacks.each do |feedback|