Skip to content

Commit

Permalink
#52 add link to slack
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarchaud committed Jan 28, 2017
1 parent e60abf4 commit 4043964
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,15 @@
{% endfor %}
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a class="btn-monit" target="_blank" title="Monitor PM2" target="_blank" href="https://keymetrics.io/"><button class="btn btn-info" type="button">Monitor PM2</button></a></li>
<li>
<a class="btn-monit" target="_blank" title="Monitor PM2" target="_blank" href="https://keymetrics.io/">
<button class="btn btn-info" type="button">Monitor PM2</button>
</a>
</li>
<li>
<a href="http://slack.pm2.io/badge.svg" title="PM2 slack">
<img src="http://slack.pm2.io/badge.svg">
</a>
</li>


Expand Down

0 comments on commit 4043964

Please sign in to comment.