mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 08:56:29 +00:00
less confusing language after activating repository, per #545
This commit is contained in:
parent
4e5b850c8d
commit
0221442828
1 changed files with 1 additions and 1 deletions
|
@ -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>Be sure to add a .drone.yml to configure your 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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue