Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit ac51c0b

Browse files
author
David Yell
committed
Added an icon to the new button and updated it's text
1 parent 01803da commit ac51c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Template/Bake/Template/index.ctp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $fields = collection($fields)
1010
<h1><?= $this->request->controller?></h1>
1111

1212
<div class="buttons">
13-
<?= $this->Html->link('New', ['action' => 'add'], ['class' => 'btn btn-primary']);?>
13+
<?= $this->Html->link('<span class=\'glyphicon glyphicon-plus\'></span> Add new', ['action' => 'add'], ['class' => 'btn btn-primary']);?>
1414
</div>
1515

1616
<div class="search">

0 commit comments

Comments
 (0)