mirror of
https://github.com/penpot/penpot.git
synced 2025-05-14 22:56:40 +02:00
add more history btn
This commit is contained in:
parent
e97e4cbb5a
commit
ebbe3e89c1
2 changed files with 5 additions and 1 deletions
|
@ -122,6 +122,9 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-primary {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -99,7 +99,8 @@
|
||||||
[:div.pin-icon i/pin]
|
[:div.pin-icon i/pin]
|
||||||
[:span (str "Version " (:version item)
|
[:span (str "Version " (:version item)
|
||||||
" (" (dt/timeago (:created-at item)) ")")]])
|
" (" (dt/timeago (:created-at item)) ")")]])
|
||||||
])]])))
|
[:li
|
||||||
|
[:a.btn-primary.btn-small "view more"]]])]])))
|
||||||
|
|
||||||
(def ^:static history-toolbox
|
(def ^:static history-toolbox
|
||||||
(mx/component
|
(mx/component
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue