Commit 4e3f78393621286215b392d95fba5b56681e7cb4

Authored by Rafael Diego
1 parent ded1ca26

ajuste na busca

atualiza-repo.sh
@@ -1,6 +0,0 @@ @@ -1,6 +0,0 @@
1 -#!/bin/sh  
2 -  
3 -git checkout staging  
4 -git pull origin staging  
5 -git checkout master  
6 -git pull origin master  
7 \ No newline at end of file 0 \ No newline at end of file
envia-repo.sh
@@ -1,8 +0,0 @@ @@ -1,8 +0,0 @@
1 -#!/bin/sh  
2 -  
3 -git push origin master  
4 -  
5 -git checkout staging  
6 -git pull origin staging  
7 -  
8 -git merge master  
9 \ No newline at end of file 0 \ No newline at end of file
src/app/components/article-service/article.service.js
@@ -303,7 +303,6 @@ @@ -303,7 +303,6 @@
303 'image', 303 'image',
304 'title', 304 'title',
305 'archived', 305 'archived',
306 - 'has_children',  
307 ] 306 ]
308 }, params); 307 }, params);
309 console.log("params",paramsExtended); 308 console.log("params",paramsExtended);
src/app/components/proposal-list/proposal-list.html
@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
9 </th> 9 </th>
10 <th> 10 <th>
11 <span>{{vm.proposals.length}} PROPOSTAS</span> 11 <span>{{vm.proposals.length}} PROPOSTAS</span>
12 - <span class="pull-right">Posição atualizada a cada x minutos</span> 12 + <span class="pull-right">Posição atualizada a cada 5 minutos</span>
13 </th> 13 </th>
14 </tr> 14 </tr>
15 </thead> 15 </thead>
src/app/pages/respostas/respostas.controller.js
@@ -169,7 +169,6 @@ @@ -169,7 +169,6 @@
169 var params = { 169 var params = {
170 page: page, 170 page: page,
171 per_page: per_page, 171 per_page: per_page,
172 - has_children: true,  
173 'fields[]': [ 172 'fields[]': [
174 'id', 173 'id',
175 'body', 174 'body',
@@ -186,7 +185,7 @@ @@ -186,7 +185,7 @@
186 'image', 185 'image',
187 'title', 186 'title',
188 'archived', 187 'archived',
189 - 'has_children', 188 + 'has_children=true',
190 ] 189 ]
191 }; 190 };
192 191
src/app/pages/respostas/respostas.scss
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
13 13
14 @each $category, $color in $categories { 14 @each $category, $color in $categories {
15 .#{$category} .img-mask--background { 15 .#{$category} .img-mask--background {
16 - background: linear-gradient(to right, rgba($color, 1) 40%, rgba($color,0.5) 100%); 16 + background: linear-gradient(to right, rgba($color, 1) 30%, rgba($color,0.5) 100%);
17 } 17 }
18 } 18 }
19 } 19 }