Skip to content

Commit

Permalink
Uncapitalize repo name for playbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenBW committed Oct 18, 2017
1 parent 2c0b11d commit f60955a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h3 translate>Details</h3>
<div class="form-group">
<label class="control-label col-sm-3" translate>Repo Name</label>
<div class="col-sm-8">
<input class="form-control text-capitalize" readonly
<input class="form-control" readonly
value="{{item.repository.name || ('Unknown' | translate)}}"/>
</div>
</div>
Expand Down

0 comments on commit f60955a

Please sign in to comment.