Skip to content

Commit

Permalink
Re-add online icon to pull page.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBenn committed May 17, 2017
1 parent d1b81a3 commit 0f8e9e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/templates/online.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<div class="branch-action-item qai-branch-action-item">
<div class="merging-body squashing-body qai-title-line-item">
<% if (overallState === States.Error) { %>

<% if (overallState === States.Online) { %>
<div class="branch-action-item-icon completeness-indicator completeness-indicator-success">
<svg class="octicon octicon-telescope" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8 9l3 6h-1l-2-4v5H7v-6l-2 5H4l2-5 2-1zM7 0H6v1h1V0zM5 3H4v1h1V3zM2 1H1v1h1V1zM.63 9a.52.52 0 0 0-.16.67l.55.92c.13.23.41.31.64.2l1.39-.66-1.16-2-1.27.86.01.01zm7.89-5.39l-5.8 3.95L3.95 9.7l6.33-3.03-1.77-3.06h.01zm4.22 1.28l-1.47-2.52a.51.51 0 0 0-.72-.17l-1.2.83 1.84 3.2 1.33-.64c.27-.13.36-.44.22-.7z"></path></svg>
</div>
<% } else if (overallState === States.Error) { %>
<div class="branch-action-item-icon completeness-indicator completeness-indicator-error">
<svg class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"></path></svg>
</div>
Expand Down

0 comments on commit 0f8e9e9

Please sign in to comment.