Sha256: 130c802afd241e3cac75b262ec42a8a941766cb86cdf050d954c6e4e0fb9e248

Contents?: true

Size: 958 Bytes

Versions: 1

Compression:

Stored size: 958 Bytes

Contents

<header class="header repo-header">
  <div class="wrapper">
    <div class="repo-name" data-repo-full-name="<%= stack.github_repo_name %>">
      <p><%= stack.repo_owner %></p>
      <h1><a href="<%= stack_path(@stack) %>"><%= stack.repo_name %> <small><%= stack.environment %></small></a></h1>
      <% if stack.deploy_url.present? %>
        <%= link_to stack.deploy_url, stack.deploy_url, :target => '_blank', :class => 'deploy-url' %>
      <% end %>
    </div>
    <div class="header-accessory">
      <%= link_to 'Refresh statuses and commits', stack_refresh_path(@stack), method: 'post', class: 'ico-refresh', data: {tooltip: 'Refresh statuses and commits'} %>
      <%= link_to 'Github Repo', github_repo_url(stack.repo_owner, stack.repo_name), class: 'ico-github', data: {tooltip: 'View repo on Github'} %>
      <%= link_to 'Settings', stack_settings_path(stack), class: 'ico-settings', data: {tooltip: 'Settings'} %>
    </div>
  </div>
</header>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shipit-engine-0.0.1.pre app/views/stacks/_header.html.erb