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.2.39 app/views/accounts/_projects.html.erb
saucy-0.2.38 app/views/accounts/_projects.html.erb
saucy-0.2.36 app/views/accounts/_projects.html.erb
saucy-0.2.35 app/views/accounts/_projects.html.erb
saucy-0.2.34 app/views/accounts/_projects.html.erb
saucy-0.2.33 app/views/accounts/_projects.html.erb
saucy-0.2.32 app/views/accounts/_projects.html.erb
saucy-0.2.31 app/views/accounts/_projects.html.erb
saucy-0.2.30 app/views/accounts/_projects.html.erb
saucy-0.2.29 app/views/accounts/_projects.html.erb
saucy-0.2.28 app/views/accounts/_projects.html.erb
saucy-0.2.27 app/views/accounts/_projects.html.erb
saucy-0.2.26 app/views/accounts/_projects.html.erb
saucy-0.2.25 app/views/accounts/_projects.html.erb
saucy-0.2.24 app/views/accounts/_projects.html.erb
saucy-0.2.21 app/views/accounts/_projects.html.erb
saucy-0.2.20 app/views/accounts/_projects.html.erb
saucy-0.2.18 app/views/accounts/_projects.html.erb
saucy-0.2.17 app/views/accounts/_projects.html.erb
saucy-0.2.16 app/views/accounts/_projects.html.erb