Sha256: 3e3d4222f8daa617012a7a2f88c5b09b4285f7943bceaa96865df4d2f7b5d2d9

Contents?: true

Size: 320 Bytes

Versions: 136

Compression:

Stored size: 320 Bytes

Contents

<% if projects.empty? -%>
  <%= render 'accounts/blank_slate', :account => account %>
<% else -%>
  <ul class="projects">
    <% projects.each do |project| -%>
      <%= content_tag_for :li, project do -%>
        <%= link_to h(project.name), project_path(project) %>
      <% end -%>
    <% end -%>
  </ul>
<% end -%>

Version data entries

136 entries across 136 versions & 2 rubygems

Version Path
saucy-0.1.17 app/views/accounts/_projects.html.erb
saucy-0.1.16 app/views/accounts/_projects.html.erb
saucy-0.1.15 app/views/accounts/_projects.html.erb
saucy-0.1.14 app/views/accounts/_projects.html.erb
saucy-0.1.13 app/views/accounts/_projects.html.erb
saucy-0.1.12 app/views/accounts/_projects.html.erb
saucy-0.1.11 app/views/accounts/_projects.html.erb
saucy-0.1.9 app/views/accounts/_projects.html.erb
saucy-0.1.8 app/views/accounts/_projects.html.erb
saucy-0.1.7 app/views/accounts/_projects.html.erb
saucy-0.1.6 app/views/accounts/_projects.html.erb
saucy-0.1.5 app/views/accounts/_projects.html.erb
saucy-0.1.4 app/views/accounts/_projects.html.erb
saucy-0.1.3 app/views/accounts/_projects.html.erb
saucy-0.1.2 app/views/accounts/_projects.html.erb
saucy-0.1.1 app/views/accounts/_projects.html.erb