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.15.2 app/views/accounts/_projects.html.erb
saucy-0.15.1 app/views/accounts/_projects.html.erb
saucy-0.15.0 app/views/accounts/_projects.html.erb
saucy-0.14.5 app/views/accounts/_projects.html.erb
saucy-0.14.3 app/views/accounts/_projects.html.erb
saucy-0.10.10 app/views/accounts/_projects.html.erb
saucy-0.14.2 app/views/accounts/_projects.html.erb
saucy-0.14.1 app/views/accounts/_projects.html.erb
saucy-0.14.0 app/views/accounts/_projects.html.erb
saucy-0.13.3 app/views/accounts/_projects.html.erb
saucy-0.13.2 app/views/accounts/_projects.html.erb
saucy-0.10.9 app/views/accounts/_projects.html.erb
saucy-0.10.8 app/views/accounts/_projects.html.erb
saucy-0.13.1 app/views/accounts/_projects.html.erb
saucy-0.13.0 app/views/accounts/_projects.html.erb
saucy-0.12.5 app/views/accounts/_projects.html.erb
saucy-0.12.4 app/views/accounts/_projects.html.erb
saucy-0.12.3 app/views/accounts/_projects.html.erb
saucy-0.12.2 app/views/accounts/_projects.html.erb
saucy-0.12.1 app/views/accounts/_projects.html.erb