fununloaded/One_Eighty_Degrees_Consulting

View on GitHub
app/views/admin/viewessays.html.haml

Summary

Maintainability
Test Coverage
%h1="#{@name} Essays"
- Prompt.all.each_with_index do |prompt, index|
    %br
    %strong=prompt.text
    %br=@essay[index]
%br
%br
%br
// = button_to "Back to Applications", admin_viewapps_path, :method => "get"