Rename package pagination
This commit is contained in:
parent
93cd323d91
commit
b8d93b2c47
1 changed files with 2 additions and 2 deletions
|
@ -15,13 +15,13 @@
|
|||
;; You can also include "Previous" and "Next" buttons to help users navigate
|
||||
;; through the pages.
|
||||
|
||||
(defpackage dev.metalisp.sbt/pagination
|
||||
(defpackage dev.metalisp.sbt/component/pagination
|
||||
(:use :cl)
|
||||
(:export
|
||||
:item
|
||||
:pagination))
|
||||
|
||||
(in-package :dev.metalisp.sbt/pagination)
|
||||
(in-package :dev.metalisp.sbt/component/pagination)
|
||||
|
||||
(defmacro item ((&key (url "#") (active nil)) &body body)
|
||||
"This macro generates a Bootstrap pagination item.
|
||||
|
|
Loading…
Add table
Reference in a new issue