<% phc_title "PHCPress Plugin: Connections" %> <% phc_title_tagline "Create a New Plugin Connection" %> <% phc_breadcrumb_one link_to "Connection Index", phcpresspro.modules_connections_path %> <% phc_breadcrumb_two yield(:phc_title_tagline) %>

<%= yield(:phc_title) %>

<%= link_to phcpresspro.modules_connections_path, class: "btn btn-default" do %> Back to Connections Index <% end %>
<%= yield(:phc_title_tagline) %>
<%= render 'form', modules_connection: @modules_connection %>