Complete deployment history <%= render(:partial => 'deployments', :locals => {:deployments => @deployments, :user => @user})%>

<%= link_to 'Back to user', user_path(@user), :class => 'arrow_link' %> <% content_for(:breadcrumb) do %> <% breadcrumb_box do %> <%= link_to "Back to user", user_path(@user), :style => "float:right", :class => "arrow_link" %> <%= link_to "Users", users_path %> > User <%= link_to @user.login, user_path(@user) %> > Deployments of user <%= link_to @user.login, user_path(@user) %> <% end %> <% end %> <% content_for(:page_title) do %> <% @page_title = "Deployments of user #{h(@user.login)}" %>

Deployments of user <%= link_to h(@user.login), user_path(@user) %>

<% end %>