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.15 app/views/accounts/_projects.html.erb
saucy-0.2.14 app/views/accounts/_projects.html.erb
saucy-0.2.13 app/views/accounts/_projects.html.erb
saucy-0.2.12 app/views/accounts/_projects.html.erb
saucy-0.2.11 app/views/accounts/_projects.html.erb
saucy-0.2.10 app/views/accounts/_projects.html.erb
saucy-0.2.9 app/views/accounts/_projects.html.erb
saucy-0.2.8.1 app/views/accounts/_projects.html.erb
saucy-0.2.8 app/views/accounts/_projects.html.erb
saucy-0.2.7 app/views/accounts/_projects.html.erb
saucy-0.2.6.1 app/views/accounts/_projects.html.erb
saucy-0.2.6 app/views/accounts/_projects.html.erb
saucy-0.2.5 app/views/accounts/_projects.html.erb
saucy-0.2.4.1 app/views/accounts/_projects.html.erb
saucy-0.2.4 app/views/accounts/_projects.html.erb
saucy-0.2.3 app/views/accounts/_projects.html.erb
saucy-0.2.2 app/views/accounts/_projects.html.erb
saucy-0.2.1 app/views/accounts/_projects.html.erb
saucy-0.2.0 app/views/accounts/_projects.html.erb
saucy-0.1.18 app/views/accounts/_projects.html.erb