Link to the formatted derivation page
This commit is contained in:
parent
78e830d91e
commit
022cbc68ef
1 changed files with 24 additions and 2 deletions
|
|
@ -516,7 +516,18 @@
|
|||
(@ (class "row"))
|
||||
(div
|
||||
(@ (class "col-sm-12"))
|
||||
,(display-store-item-title file-name)))))
|
||||
,(display-store-item-title file-name)
|
||||
(div
|
||||
(@ (class "btn-group pull-right")
|
||||
(role "group"))
|
||||
(a (@ (class "btn btn-lg btn-default disabled")
|
||||
(href ,file-name)
|
||||
(role "button"))
|
||||
"Detail view")
|
||||
(a (@ (class "btn btn-lg btn-default")
|
||||
(href ,(string-append file-name "/formatted"))
|
||||
(role "button"))
|
||||
"Formatted view"))))))
|
||||
(div
|
||||
(@ (class "row"))
|
||||
(div
|
||||
|
|
@ -600,7 +611,18 @@
|
|||
(@ (class "row"))
|
||||
(div
|
||||
(@ (class "col-sm-12"))
|
||||
,(display-store-item-title file-name)))))
|
||||
,(display-store-item-title file-name)
|
||||
(div
|
||||
(@ (class "btn-group pull-right")
|
||||
(role "group"))
|
||||
(a (@ (class "btn btn-lg btn-default")
|
||||
(href ,file-name)
|
||||
(role "button"))
|
||||
"Detail view")
|
||||
(a (@ (class "btn btn-lg btn-default disabled")
|
||||
(href ,(string-append file-name "/formatted"))
|
||||
(role "button"))
|
||||
"Formatted view"))))))
|
||||
(div
|
||||
(@ (class "row"))
|
||||
(div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue