Skip to content

Commit

Permalink
add: Use full credit url instead of short.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelson6e65 committed Aug 30, 2015
1 parent e5e166d commit 90ecace
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion views/form.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
?>
<!-- View baked using a 'pretty_cake' template (http://git.io/NtTU). -->
<!-- View baked using a 'pretty_cake' template: http://nelson6e65.github.io/pretty_cake -->

<?php
$_isAdd = (strpos($action, 'add') !== false);
Expand Down
2 changes: 1 addition & 1 deletion views/index.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
?>
<!-- View baked using a 'pretty_cake' template (http://git.io/NtTU). -->
<!-- View baked using a 'pretty_cake' template: http://nelson6e65.github.io/pretty_cake -->
<h2><?php echo "<?php echo __('{$pluralHumanName}'); ?>"; ?></h2>

<div id="<?php echo $pluralVar; ?>-index" class="panel panel-default">
Expand Down
2 changes: 1 addition & 1 deletion views/view.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
?>
<!-- View baked using a 'pretty_cake' template (http://git.io/NtTU). -->
<!-- View baked using a 'pretty_cake' template: http://nelson6e65.github.io/pretty_cake -->
<h2><?php echo "<?php echo __('{$singularHumanName}'); ?>"; ?></h2>

<div id="<?php echo $pluralVar; ?>-view" class="panel panel-default">
Expand Down

0 comments on commit 90ecace

Please sign in to comment.