Sha256: bd471d74616184b4fd1aeaa432008ecb159f365310a4a6d6bfb4bf5e93d451b0

Contents?: true

Size: 434 Bytes

Versions: 17

Compression:

Stored size: 434 Bytes

Contents

<% content_for :header do -%>
  <h2>Projects for <%= current_account.name %></h2>
<% end -%>

<%= render :partial => 'accounts/subnav' %>

<ul class="projects">
  <% @projects.each do |project| -%>
    <%= content_tag_for :li, project do -%>
      <%= link_to h(project.name), edit_project_path(project) %>
    <% end -%>
  <% end -%>
</ul>

<%= link_to 'New Project', new_account_project_path(current_account), :class => "button" %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
saucy-0.4.10 app/views/projects/index.html.erb
saucy-0.4.9 app/views/projects/index.html.erb
saucy-0.4.8 app/views/projects/index.html.erb
saucy-0.4.7 app/views/projects/index.html.erb
saucy-0.4.6 app/views/projects/index.html.erb
saucy-0.4.5 app/views/projects/index.html.erb
saucy-0.4.4 app/views/projects/index.html.erb
saucy-0.4.3 app/views/projects/index.html.erb
saucy-0.4.2 app/views/projects/index.html.erb
saucy-0.4.1 app/views/projects/index.html.erb
saucy-0.3.4.1 app/views/projects/index.html.erb
saucy-0.4.0 app/views/projects/index.html.erb
saucy-0.3.4 app/views/projects/index.html.erb
saucy-0.3.3 app/views/projects/index.html.erb
saucy-0.3.2 app/views/projects/index.html.erb
saucy-0.3.1 app/views/projects/index.html.erb
saucy-0.3.0 app/views/projects/index.html.erb