Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit 5470412

Browse files
committed
Merge pull request #417 from gianarb/feature/show-github-target-blank
"Show module on github" target blank
2 parents 8c55276 + 91e95a1 commit 5470412

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

module/Application/view/application/index/index.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<p><span class="zf-green">Created:</span> <?php echo $this->dateFormat($module->getCreatedAtDateTime(), IntlDateFormatter::SHORT, IntlDateFormatter::SHORT); ?></p>
3333
</div>
3434
<div class="col-xs-4">
35-
<a href="<?php echo $this->escapeHtmlAttr($module->getUrl()) ?>">Show module on GitHub</a>
35+
<a target="_blank" href="<?php echo $this->escapeHtmlAttr($module->getUrl()) ?>">Show module on GitHub</a>
3636
</div>
3737
</div>
3838
</div>

module/ZfModule/view/zf-module/helper/module-description.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<p><span class="zf-green">Created:</span> <?php echo $this->dateFormat(new DateTime($this->createdAt), IntlDateFormatter::SHORT, IntlDateFormatter::SHORT); ?></p>
99
</div>
1010
<div class="col-xs-4">
11-
<a href="<?php echo $this->escapeHtmlAttr($this->url); ?>">Show module on GitHub</a>
11+
<a target="_blank" href="<?php echo $this->escapeHtmlAttr($this->url); ?>">Show module on GitHub</a>
1212
</div>
1313
</div>

0 commit comments

Comments
 (0)