"...urban-platform.git" did not exist on "master"
Commit a28032fb authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

add url to project name

parent f8509eb1
...@@ -24,7 +24,7 @@ html(lang="de") ...@@ -24,7 +24,7 @@ html(lang="de")
//td #{item.status} //td #{item.status}
td td
img(src=item.logo, width="40", height="40") img(src=item.logo, width="40", height="40")
td #{item.name} td <a href="#{item.weburl}" target="_blank">#{item.name}</a>
td #{item.desc} td #{item.desc}
// jQuery // jQuery
......
Supports Markdown
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