Sha256: afb4a2abe73196d56881946e745619f9dd54b4def12f8ffe291794c0963f51a9

Contents?: true

Size: 164 Bytes

Versions: 2

Compression:

Stored size: 164 Bytes

Contents

<% if params[:all] %>
  <%= render "all_projects" %>
<% else %>
  <%= render "current_account_projects" %>
<% end %>

<%= link_to "Add project", new_project_path %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bento-0.0.2 spec/rails_app/app/views/projects/index.html.erb
bento-0.0.1 spec/rails_app/app/views/projects/index.html.erb