Skip to content

Commit a0d4ab7

Browse files
committed
Add easyIcon for last and first.
1 parent 51bb76c commit a0d4ab7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/View/Helper/BootstrapPaginatorHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,14 @@ public function prev ($title = '<< Previous', array $options = []) {
183183
public function next ($title = 'Next >>', array $options = []) {
184184
return $this->_easyIcon('parent::next', $title, $options);
185185
}
186-
/*
186+
187187
public function first($first = '<< first', array $options = []) {
188188
return $this->_easyIcon('parent::first', first, $options);
189189
}
190190

191191
public function last($last = 'last >>', array $options = []) {
192192
return $this->_easyIcon('parent::last', $last, $options);
193-
}*/
193+
}
194194

195195
}
196196

0 commit comments

Comments
 (0)