Skip to content

Commit

Permalink
link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmunir committed Aug 21, 2015
1 parent bc9c1a3 commit 2b20d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/angular/default/views/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="<?= StringHelper::basename($generator->controllerID) ?>-index">
<h1><?= "<?= " ?>Html::encode($this->title) ?></h1>
<p>
<?= "<?= " ?>Html::a('Create', '#/<?= $prefixRoute; ?>new', ['class' => 'btn btn-success']) ?>
<?= "<?= " ?>Html::a('Create', '#/<?= $prefixRoute; ?>create', ['class' => 'btn btn-success']) ?>
</p>
<div class="grid-view">
<table class="table table-striped table-bordered">
Expand Down

0 comments on commit 2b20d03

Please sign in to comment.