% 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) %> <%= yield(:phc_breadcrumb_one) %> <%= yield(:phc_breadcrumb_two) %> <%= yield(:phc_breadcrumb_three) %> <%= @phcdevworks_commands_single.post_title %> <% @phcdevworks_commands_single.categories.each do |tutorial_categories| %> <%= tutorial_categories.category_name %> <% end %> <% @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 %>
Step <%= tutorial_steps.step_number %> <%= tutorial_steps.step_title %>
<%= tutorial_steps.step_title %>