Merge pull request #546 from bradrydzewski/master

altered language for setting up a drone.yml after activating repo
This commit is contained in:
Brad Rydzewski 2014-10-12 21:57:14 -07:00
commit 2bfdced501

View file

@ -31,7 +31,7 @@
<section ng-if="repo.active == true && commits != undefined && commits.length == 0" class="nobuilds">
<h1>This will be your commit stream</h1>
<p>Setup a .drone.yml file to configure the build</p>
<p>Add a .drone.yml file and make a commit to trigger a build</p>
<div><i class="fa fa-file-code-o"></i></div>
</section>