<% phc_seo_title "Web and App Development Tutorials" %> <% phc_seo_description "Tutorials and lessons on " + @phcdevworks_commands_single.post_title %> <% phc_breadcrumb_one link_to "Home", main_app.root_path %> <% phc_breadcrumb_two link_to "Tutorials", phcdevworks_tutorials.blog_tutorials_path %> <% phc_breadcrumb_three @phcdevworks_commands_single.post_title %>

<%= yield(:phc_seo_title) %>

<%= @phcdevworks_commands_single.post_title %>

<% @phcdevworks_commands_single.steps.order("step_number").each do |tutorial_steps| %>

Step <%= tutorial_steps.step_number %> <%= tutorial_steps.step_title %>

<%= tutorial_steps.step_title %>

<%= tutorial_steps.step_description.html_safe %> <% if tutorial_steps.step_copy_instruction? %>
<% end %>
<% end %>