-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finishes taking of the map from the app
- Loading branch information
1 parent
0c21574
commit 6c178d7
Showing
8 changed files
with
23 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,5 @@ notifications: | |
recipients: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
article.timeline | ||
a.more | ||
margin: 5px | ||
|
||
section.timeline | ||
ul | ||
margin: 0 | ||
margin-bottom: 20px | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
h1.title Ideias recentes | ||
h2.info | ||
| Quer ver mais ideias? | ||
= link_to t("idea.filters.title"), scope_root_path, class: "button start" | ||
section.recent_ideas | ||
h1.title Ideias recentes | ||
h2.info | ||
| Quer ver mais ideias? | ||
= link_to t("idea.filters.title"), scope_root_path | ||
|
||
ol.ideas_buckets | ||
- @ideas.each do |idea| | ||
li.bucket class=cycle('odd', 'middle', 'even') | ||
= render idea | ||
ol.ideas_buckets | ||
- @ideas.each do |idea| | ||
li.bucket class=cycle('odd', 'middle', 'even') | ||
= render idea | ||
|
||
= link_to "+ " + t("idea.filters.title"), scope_root_path, class: "right more" | ||
|
||
= render "timeline/audits" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
article.timeline | ||
section.timeline | ||
h1.title Atividade recente | ||
h2.info O que está acontecendo no FdI agora | ||
|
||
|