Update view.phtml

Fix call to undefined method after changes in d63a029b74bae7eaa80619f78795e6b6d6ef31b7
This commit is contained in:
yourilima 2014-05-14 10:27:41 +02:00
parent 0e1ea9712d
commit a35703d15b

View file

@ -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>