Sha256: e01ba8d7484351da0b9750a0034a30bc90aea945dc3c14051393f02951a5db70

Contents?: true

Size: 235 Bytes

Versions: 7

Compression:

Stored size: 235 Bytes

Contents

%p#notice= notice

%p
  %b Name:
  = @tool.name
%p
  %b Description:
  = @tool.description
%p
  %b Composition:
  = @tool.composition

  = cookbook_uses_of @tool

= link_to 'Edit', edit_tool_path(@tool)
\|
= link_to 'Back', tools_path

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cookbook-0.1.6 spec/dummy/app/views/tools/show.html.haml
cookbook-0.1.5 spec/dummy/app/views/tools/show.html.haml
cookbook-0.1.4 spec/dummy/app/views/tools/show.html.haml
cookbook-0.1.3 spec/dummy/app/views/tools/show.html.haml
cookbook-0.1.2 spec/dummy/app/views/tools/show.html.haml
cookbook-0.1.1 spec/dummy/app/views/tools/show.html.haml
cookbook-0.1.0 spec/dummy/app/views/tools/show.html.haml