Commit e18145e1 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

App List Gadget: Clearly display URL

parent 96810d30
......@@ -58,6 +58,9 @@
domsugar("img"),
domsugar("div", {class: "caption"}, [
domsugar("h3", {text: app_list[i].application_title}),
domsugar("p", [
domsugar("a", {href: tmp_url, text: tmp_url}),
]),
domsugar("a", {href: url_list[i][1], class:"btn btn-default",
role:"button", text:"", title: "Download"}),
domsugar("a", {href: url_list[i][0], class:"btn btn-default", role:"button", text:"Edit"}),
......
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