# HG changeset patch # User bsw # Date 1331822984 -3600 # Node ID 84da607d8f19d7f6b2ae8c34a1fb141b0fd6442b # Parent 7c0821b3e21bbcda817adaccd9ee429ec8b584f4 Removed download link from profile page diff -r 7c0821b3e21b -r 84da607d8f19 app/main/member/_profile.lua --- a/app/main/member/_profile.lua Thu Mar 15 15:46:09 2012 +0100 +++ b/app/main/member/_profile.lua Thu Mar 15 15:49:44 2012 +0100 @@ -27,17 +27,6 @@ module = "member", view = "edit_images" } - if config.download_dir then - ui.link{ - attr = { class = "actions" }, - content = function() - ui.image{ static = "icons/16/database_save.png" } - slot.put(_"Download") - end, - module = "index", - view = "download" - } - end slot.put("

") end --end)