Sha256: 709b5f6bf7e93d8662d947dca1361c51e5cca6d1a1949fc43d9d113996ae85b2
Contents?: true
Size: 612 Bytes
Versions: 9
Compression:
Stored size: 612 Bytes
Contents
<li class="search-item <%= stack.archived? ? 'archived' : '' %> <%= stack.undeployed_commits? ? 'undeployed' : '' %> <%= contributor_class(current_user.stacks_contributed_to, stack.id) %>" data-search="<%= stack.repo_name %> <%= stack.environment %> <%= stack.deploy_url %>" data-stack-id="<%= stack.id %>"> <%= link_to stack_path(stack), class: 'commits-path' do %> <span class="col"><%= stack.repo_name %></span> <small class="col"><%= stack.environment.capitalize %></small> <small class="col"><%= stack.branch %></small> <small class="col"><%= stack.deploy_url %></small> <% end %> </li>
Version data entries
9 entries across 9 versions & 1 rubygems