Commit 614a6e1b authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DOC] Titles to explain buttons

parent 4eb2785d
...@@ -118,7 +118,7 @@ backButton = ...@@ -118,7 +118,7 @@ backButton =
className: "btn btn-primary" className: "btn btn-primary"
, on: {click: back} , on: {click: back}
} [ } [
H.i { className: "fa fa-arrow-right"} [] H.i { className: "fa fa-arrow-left", title: "Previous view"} []
] ]
homeButton :: R.Element homeButton :: R.Element
...@@ -127,7 +127,7 @@ homeButton = ...@@ -127,7 +127,7 @@ homeButton =
className: "btn btn-primary" className: "btn btn-primary"
, href: appPath Home , href: appPath Home
} [ } [
H.i { className: "fa fa-home"} [] H.i { className: "fa fa-home", title: "Back to home"} []
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment