Sha256: a59b83d62503b4d72b9137f1833ef751035fd973baa61c95e38b0909adb620ad
Contents?: true
Size: 446 Bytes
Versions: 1
Compression:
Stored size: 446 Bytes
Contents
<h1>Projects</h1> <% if @projects.any? -%> <ul class="side-nav"> <% @projects.each do |project| -%> <li><%= link_to project.name, project_path(project) %></li> <% end -%> <% if @project_count > @projects.size -%> <li><%= link_to "View All Projects", projects_path %></li> <% end -%> </ul> <% end %> <%#= link_to fa_icon("plus-square", text: "Add a project", class: "fa-fw"), new_project_path, class: "action" %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
self_systeem-0.1.0 | test/dummy_app/app/cells/user_projects/show.html.erb |