Sha256: 5613cdded2f5321b159294f550cc9fe7834bdf5a7db1c023ba955991ff79be6e

Contents?: true

Size: 435 Bytes

Versions: 51

Compression:

Stored size: 435 Bytes

Contents

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

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

<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

51 entries across 51 versions & 1 rubygems

Version Path
saucy-0.2.28.1 app/views/projects/index.html.erb
saucy-0.2.45 app/views/projects/index.html.erb
saucy-0.2.44 app/views/projects/index.html.erb
saucy-0.2.43 app/views/projects/index.html.erb
saucy-0.2.42 app/views/projects/index.html.erb
saucy-0.2.41 app/views/projects/index.html.erb
saucy-0.2.40 app/views/projects/index.html.erb
saucy-0.2.39 app/views/projects/index.html.erb
saucy-0.2.38 app/views/projects/index.html.erb
saucy-0.2.36 app/views/projects/index.html.erb
saucy-0.2.35 app/views/projects/index.html.erb
saucy-0.2.34 app/views/projects/index.html.erb
saucy-0.2.33 app/views/projects/index.html.erb
saucy-0.2.32 app/views/projects/index.html.erb
saucy-0.2.31 app/views/projects/index.html.erb
saucy-0.2.30 app/views/projects/index.html.erb
saucy-0.2.29 app/views/projects/index.html.erb
saucy-0.2.28 app/views/projects/index.html.erb
saucy-0.2.27 app/views/projects/index.html.erb
saucy-0.2.26 app/views/projects/index.html.erb