From 5a8919e87acdd90a379cb7378cb037b95da69ffd Mon Sep 17 00:00:00 2001
From: Sam <sam.saffron@gmail.com>
Date: Thu, 31 Jul 2014 18:59:18 +1000
Subject: [PATCH] FIX: we don't need buttons that do nothing

Leading to v1 we don't need UI reminders in our product.
---
 .../javascripts/discourse/templates/user/user.js.handlebars  | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/app/assets/javascripts/discourse/templates/user/user.js.handlebars b/app/assets/javascripts/discourse/templates/user/user.js.handlebars
index 639562c56..b1cbe1abd 100644
--- a/app/assets/javascripts/discourse/templates/user/user.js.handlebars
+++ b/app/assets/javascripts/discourse/templates/user/user.js.handlebars
@@ -52,11 +52,6 @@
         </ul>
       {{/if}}
 
-      {{#if can_edit}}
-        <div style='margin-top: 10px'>
-          <button class='btn' data-not-implemented='true' disabled title="{{i18n not_implemented}}"><i class='fa fa-download'></i>{{i18n user.download_archive}}</button>
-        </div>
-      {{/if}}
     </section>
 
     <section class='user-main'>