Update view.phtml
Fix call to undefined method after changes in d63a029b74bae7eaa80619f78795e6b6d6ef31b7
This commit is contained in:
parent
0e1ea9712d
commit
a35703d15b
1 changed files with 2 additions and 2 deletions
|
|
@ -50,10 +50,10 @@
|
|||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($project->getPublicKey()): ?>
|
||||
<?php if ($project->getSshPublicKey()): ?>
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading"><h3 class="panel-title">Public Key</h3></div>
|
||||
<div class="panel-body"><?php print $project->getPublicKey(); ?></div>
|
||||
<div class="panel-body"><?php print $project->getSshPublicKey(); ?></div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue