testmycode/tmc-server

View on GitHub
app/views/solutions/show.html.erb

Summary

Maintainability
Test Coverage
<h1>Solution for <%= @exercise.name %></h1>

<%= render :partial => 'files/files', :locals => {:files => @solution.files} %>