Skip to content

Commit

Permalink
Merge pull request #1098 from AllenBW/BZ/1503304-playbook-repo-name
Browse files Browse the repository at this point in the history
BZ#1503304-Uncapitalize repo name for playbooks
  • Loading branch information
chriskacerguis committed Oct 18, 2017
2 parents 8cd8ae8 + f60955a commit 5866401
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 5866401

Please sign in to comment.