lfzawacki/musical-artifacts

View on GitHub
app/views/apps/show.html.haml

Summary

Maintainability
Test Coverage
%p#notice= notice

%p
  %b Name:
  = @app.name
%p
  %b Url:
  = @app.url
%p
  %b Description:
  = @app.description

= link_to 'Edit', edit_app_path(@app)
\|
= link_to 'Back', apps_path