kikito
84eb6fcfc1
Adds _comment_tree view
2016-12-02 19:20:33 +01:00
kikito
83d254adae
Moves views from one folder to another
2016-12-02 19:19:22 +01:00
kikito
003056fe75
Moves bi management controller
2016-12-02 19:16:31 +01:00
kikito
104ccf11e4
Updates paths
2016-12-02 19:16:12 +01:00
Juanjo Bazán
e106d81107
adds entries info on booths index
2016-12-02 14:33:40 +01:00
Juanjo Bazán
f67f058b57
adds complete Booth management to admin
2016-12-02 14:28:39 +01:00
Juanjo Bazán
6419878741
fixes booth-poll relation
2016-12-02 14:24:31 +01:00
kikito
00cfb95913
Starts fixing management budget investments
2016-12-01 16:31:05 +01:00
kikito
424d0201c4
Adds denormalized ids to budget investment
2016-12-01 14:14:05 +01:00
Juanjo Bazán
cc27c3735c
adds back_link_to global helper
2016-12-01 13:37:06 +01:00
Juanjo Bazán
bd59ba3b82
adds poll/booth_assigments
2016-12-01 13:02:03 +01:00
Juanjo Bazán
9583c052f0
removes poll-booth direct association
2016-12-01 13:02:03 +01:00
Juanjo Bazán
ef52285121
Merge pull request #1277 from consul/polls-admin-menu-styles
...
Polls admin menu styles
2016-12-01 13:00:50 +01:00
Alberto Garcia Cabeza
7056487f3d
improves styles for admin menu
2016-11-30 18:46:35 +01:00
Juanjo Bazán
7a7bdb75d8
reorders admin sidebar's menu
2016-11-30 17:50:41 +01:00
Alberto Miedes Garcés
76dd11631a
Fixes error initializing database
2016-11-30 13:38:13 +01:00
Amaia Castro
9a9f1da5a0
Renames Legislation model to LegacyLegislation
...
Renames the model and related stuff from Legislation
to LegacyLegislation to avoid name clashes with
the future Legislation module.
2016-11-30 12:00:05 +01:00
rgarcia
c1ea074be4
adds question, booth and officer tabs for a poll
2016-11-29 11:46:37 +01:00
rgarcia
20cb044015
adds search and filter for poll questions
2016-11-29 11:46:30 +01:00
kikito
979880f910
adds i18n for budget phases
2016-11-28 19:08:09 +01:00
kikito
242f8102a3
moves styles inside participation.scss
2016-11-28 12:59:23 +01:00
kikito
2a2179d0f3
Merge branch 'master' into budget
2016-11-28 11:41:49 +01:00
rgarcia
e4a61887d2
removes question attribute from poll_question show
2016-11-24 10:56:46 +01:00
kikito
f0b8cfd4a2
Time.now -> Time.current
2016-11-23 19:19:19 +01:00
rgarcia
ceebae644f
removes question column from poll_questions
2016-11-22 11:41:10 +01:00
rgarcia
e12f183775
fixes typo
2016-11-19 14:03:10 +01:00
rgarcia
724dac4df2
cherry picks creating poll question from successful proposals
2016-11-18 21:09:28 +01:00
rgarcia
004ed296bc
fixes missing translations
2016-11-18 20:29:32 +01:00
rgarcia
fe14edb5a8
links to admin poll question show
2016-11-18 20:29:19 +01:00
rgarcia
19b5887f54
Merge branch 'poll-questions' of github.com:AyuntamientoMadrid/participacion into poll-questions
2016-11-18 20:11:17 +01:00
Alberto Miedes Garcés
8b30aaa6d4
Merge branch 'master' into api-dev
2016-11-18 16:40:33 +01:00
Alberto Garcia Cabeza
596cf1dc38
adds styles to admin question show
2016-11-18 13:13:40 +01:00
rgarcia
5f6d0590e8
tmp commit refactoring answerable questions
2016-11-18 03:57:31 +01:00
rgarcia
4955daf886
adds poll and poll question's specs
2016-11-17 22:48:00 +01:00
rgarcia
626a8e9154
updates specs for admin poll questions
2016-11-17 21:31:51 +01:00
rgarcia
5a664b9246
adds sr-only class and site name to accessibility span
2016-11-17 19:17:46 +01:00
Alberto Miedes Garcés
6fca1f02fe
Added clarifying comments related to GraphQL return types
2016-11-17 17:23:57 +01:00
rgarcia
db94e241fe
updates poll question path
2016-11-17 16:45:24 +01:00
rgarcia
e6a10cf1f1
adds accessibility span to social share buttons
2016-11-17 12:23:26 +01:00
rgarcia
198b0018f7
adds admin poll question's show
2016-11-17 10:45:37 +01:00
rgarcia
d9ad658758
adds admin interface for poll questions
2016-11-17 09:30:42 +01:00
rgarcia
bd1a0cf1ff
removes placeholder view
2016-11-16 19:42:45 +01:00
rgarcia
1dbdabb69a
adds consistency to spacing
2016-11-16 19:42:35 +01:00
rgarcia
348a6dc970
everybody can vote for now
2016-11-16 19:42:05 +01:00
rgarcia
b104859da3
adds question comments
2016-11-16 19:41:52 +01:00
rgarcia
6fe965a9b8
adds question's show
2016-11-16 19:41:29 +01:00
rgarcia
ac58f30498
removes proposal ballots
2016-11-16 19:39:20 +01:00
Raimond Garcia
14af1a1961
Merge pull request #1259 from consul/accessibility
...
Accessibility
2016-11-15 11:39:40 +01:00
rgarcia
bb3c4c6399
adds consistency to ruby code style
...
Keep a blank line before and after private
Keep a blank line before and after protected
Remove extra empty line at class body end
Remove extra blank line
Add final newline
Use 2 (not 3) spaces for indentation
Use 2 (not 4) spaces for indentation
Remove space before comma
Add space after comma
Remove trailing whitespaces
Remove unnecessary spacing
Use snake_case for variable names
Do not use then for multi-line if
Remove unused block argument - i
Use the new Ruby 1.9 hash syntax
Remove unused assignment to variable
Indent when as deep as case
Align attributes
Align end with def
2016-11-15 11:18:43 +01:00
Alberto Garcia Cabeza
a66800afb1
fixes styles for spending proposals list and show
2016-11-14 17:46:01 +01:00