Sha256: b174a0233916315270dbb7461a22ad431120e9bc5d2518c68674b684dba259a6

Contents?: true

Size: 392 Bytes

Versions: 12

Compression:

Stored size: 392 Bytes

Contents

<h2>Projects for <%= current_account.name %></h2>

<%= 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

12 entries across 12 versions & 1 rubygems

Version Path
saucy-0.1.13 app/views/projects/index.html.erb
saucy-0.1.12 app/views/projects/index.html.erb
saucy-0.1.11 app/views/projects/index.html.erb
saucy-0.1.9 app/views/projects/index.html.erb
saucy-0.1.8 app/views/projects/index.html.erb
saucy-0.1.7 app/views/projects/index.html.erb
saucy-0.1.6 app/views/projects/index.html.erb
saucy-0.1.5 app/views/projects/index.html.erb
saucy-0.1.4 app/views/projects/index.html.erb
saucy-0.1.3 app/views/projects/index.html.erb
saucy-0.1.2 app/views/projects/index.html.erb
saucy-0.1.1 app/views/projects/index.html.erb