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

Commit 868e626

Browse files
author
David Yell
committed
Removed classes from index
1 parent 6cfdef8 commit 868e626

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
@@ -11,7 +11,7 @@ $fields = collection($fields)
1111
<?= $this->Html->link('New', ['action' => 'add'], ['class' => 'btn btn-primary']);?>
1212
</div>
1313

14-
<div class="<%= $pluralVar %> index large-10 medium-9 columns">
14+
<div class="<%= $pluralVar %> index">
1515
<table cellpadding="0" cellspacing="0" class="table table-bordered table-hover table-striped">
1616
<thead>
1717
<tr>

0 commit comments

Comments
 (0)