Skip to content

Commit

Permalink
Merge pull request #17 from EscolaDeSaudePublica/develop
Browse files Browse the repository at this point in the history
Develop para main
  • Loading branch information
pedrovitor074 authored Mar 11, 2022
2 parents 6ffb096 + dee12c4 commit 8337899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/parts/singles/project-form-edit-registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<a href="<?=$entity->singleUrl;?>" class="btn btn-access-opportunity" style="color: #ffffff;" rel='noopener noreferrer' title="Acessar inscrições"><?php \MapasCulturais\i::_e("Acessar Inscrição");?></a>
<?php endif;?>
<?php if(count($registrations) == 1): ?>
<a href="<?=reset($registrations)->singleUrl?>" class="btn btn-access-opportunity" style="color: #ffffff;" rel='noopener noreferrer' title="Acessar inscrições"><?php \MapasCulturais\i::_e("Acessar Inscrição");?></a>
<a href="<?=$entity->singleUrl;?>" class="btn btn-access-opportunity" style="color: #ffffff;" rel='noopener noreferrer' title="Acessar inscrições"><?php \MapasCulturais\i::_e("Acessar Inscrição");?></a>
<?php endif;?>
</div>
<?php endif;?>
Expand Down

0 comments on commit 8337899

Please sign in to comment.