diff --git a/app/views/users/me.html.erb b/app/views/users/me.html.erb
index 643658c40dfbfe5188d81a301fc1407fa67661cb..6cd1b1df89f3c626a0fc2ded2ff1a5ade84d4dfe 100644
--- a/app/views/users/me.html.erb
+++ b/app/views/users/me.html.erb
@@ -12,7 +12,7 @@
         </div>
       </div>
       <div class="col-md-6 right-column align-right">
-        <button type="button" class="btn btn-primary">Adicionar novo objeto</button>
+        <%= link_to 'Adicionar novo objeto', new_learning_object_path, class: 'btn btn-primary'%>
       </div>
     </div>