From a7d1d08ec4695c2738b3873d6938260ea3317e4f Mon Sep 17 00:00:00 2001
From: Diego Salazar <rehrar@tuta.io>
Date: Tue, 8 Jan 2019 17:06:15 +0000
Subject: [PATCH] Changed URL to Gitlab URL for ideas to direct properly

---
 forum-funding-system/ideas/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/forum-funding-system/ideas/index.html b/forum-funding-system/ideas/index.html
index 4f34e89..36180ec 100644
--- a/forum-funding-system/ideas/index.html
+++ b/forum-funding-system/ideas/index.html
@@ -24,7 +24,7 @@ title: Ideas
                 {% if toplevel.stage == "Ideas" %}
                     {% for proposal in toplevel.proposals%}
                         <div class="col-xs-12">
-                            <a href="{{proposal.url}}" class="row middle-xs ffs-idea">
+                            <a href="{{proposal.gitlab-url}}" class="row middle-xs ffs-idea">
                                 <div class="col-xs-12">
                                     <h3>{{proposal.name}}</h3>
                                     <div class="row">
@@ -41,4 +41,4 @@ title: Ideas
 </section>
 
 
-                                        
\ No newline at end of file
+                                        
-- 
GitLab