decabeza
2695e19e2f
Fix hound warnings
2019-01-29 17:54:02 +01:00
Manu
26db37a17f
fixed wrong menu selection inside site content
2019-01-18 09:54:43 -05:00
Julian Herrero
d77183ee09
Improvement - CRUD budgets and content blocks
2019-01-14 12:59:48 +01:00
Julian Herrero
8fb8f70efd
cleanup (due to new CRUD for budget groups and headings)
2018-12-14 15:37:25 +01:00
Javi Martín
b499c88373
Extract method in menu moderated content
...
This way we can make a long line considerably shorter.
2018-11-30 18:04:55 +01:00
Javi Martín
45a41a7528
Rename Admin::Proposals to Admin::HiddenProposals
...
The same way we do it with users and budget investments.
2018-11-30 18:04:55 +01:00
decabeza
13b3d9cebc
Fixes admin menu link when create a new widget
2018-11-12 17:11:17 +01:00
Raimond Garcia
2c79197a05
Merge pull request #2809 from wairbut-m2c/backport/translatable-content-for-admin
...
Basic content for I18n on Admin panel
2018-07-27 18:01:00 +02:00
Alberto
fb19aafee7
Merge pull request #2778 from wairbut-m2c/backport/investments-moderation
...
Allow budget investments to be moderated
2018-07-27 12:34:17 +02:00
16yuki0702
c14fbf8540
Fixed misunderstanding
2018-07-27 16:34:00 +09:00
16yuki0702
57dbb0220a
Fix active item on admin menu
2018-07-27 15:45:42 +09:00
Angel Perez
dd42b7ffbd
Correctly highlight 'Custom information texts' option on menu if active
2018-07-26 19:08:02 -04:00
Angel Perez
c64e93867a
Allow moderators to moderate investments
2018-07-20 18:42:34 -04:00
Angel Perez
4da23716bb
Allow admins to moderate investments
2018-07-20 18:42:34 -04:00
decabeza
0a58e72edb
Adds ballot booths menu on admin
2018-07-02 17:57:27 +02:00
decabeza
b3f41eb626
Reorders admin menu sections
2018-06-08 18:26:59 +02:00
decabeza
50fd540797
Adds styles and missing i18n for admin homepage
2018-05-28 18:17:26 +02:00
Raúl Fuentes
6d8d44a5e3
Added interface and methods for edit the name of a Budget::Group if the budget is still inthe drafting phase
2018-03-02 09:16:57 +01:00
Bertocq
ceb6786b7c
Style correction on method call without parenthesis
2017-11-13 02:35:17 +01:00
Bertocq
bfd1a75af7
Fix Lint/RequireParentheses rubocop issue
2017-11-13 02:24:37 +01:00
Bertocq
cd66ba5d54
Rubocop autocorrections
2017-11-13 02:22:00 +01:00
Alberto García
164bc19b3e
Merge pull request #1906 from consul/1856-legislation_processes_proposals_phase
...
[WIP] Legislation Process Proposals
2017-10-27 12:41:09 +02:00
decabeza
c333522b47
improves styles for admin activity views
2017-10-20 10:40:07 +02:00
María Checa
841ef2a3a2
Merge branch 'master' into 1856-legislation_processes_proposals_phase
2017-10-09 17:19:07 +02:00
decabeza
d069d903a1
fixes active classes on admin menu
2017-10-05 11:08:45 +02:00
María Checa
2629837306
Fixed admin menu active states
2017-09-22 17:25:33 +02:00
Bertocq
12658e33a9
Use %w string array syntax to comply with the 140 char line limit
2017-09-20 16:07:19 +02:00
iagirre
d629aef3b9
When "Profiles" submenus are selected, the "Site custom" menu doesn't open. Moreover, when "Site custom" submenus are selected, the menu remains opened.
2017-09-15 12:33:31 +02:00
rgarcia
0ad24c1080
highlights correct item in admin menu
2017-09-08 22:00:45 +02:00
Amaia Castro
67942e0619
Display roles for users
2017-06-09 17:50:42 +02:00
Amaia Castro
b616210607
View and search users from admin panel
2017-06-09 17:30:06 +02:00
Amaia Castro
29d994dd4a
Rename users to hidden users in admin
2017-06-09 17:19:01 +02:00
Bertocq
9506855a44
Add Admin Administrator route, controller and manage ability for admin users
2017-05-23 22:49:44 +02:00
Juanjo Bazán
0bd87c7e43
extracts results from admin's poll/show
2017-02-14 14:26:46 +01:00
Juanjo Bazán
2fae5c3b73
makes admin menu aware of recounts
2017-02-14 14:08:19 +01:00
Juanjo Bazán
0ae7bac5d5
makes main link in namespaces point to correct root_path
2017-02-12 22:33:54 +01:00
Juanjo Bazán
186be1e7cc
adds booth_assignments controller to admin menu
2017-01-04 21:00:55 +01:00
Juanjo Bazán
5ec12e4b5b
Merge branch 'master' into redux-polling
2016-12-27 18:22:06 +01:00
Juanjo Bazán
3ad648dd63
display correct submenu in admin menu
2016-12-27 17:47:54 +01:00
Juanjo Bazán
a56f1c75d6
changes name to helper methods to signal boolean return
2016-12-08 11:25:50 +01:00
Alberto Garcia Cabeza
7056487f3d
improves styles for admin menu
2016-11-30 18:46:35 +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
rgarcia
fda2f3c89e
adds admin submit button helper
2016-11-14 13:56:49 +01:00
rgarcia
1ca821c520
creates polling officers from admin
2016-11-14 13:51:09 +01:00
rgarcia
ec25b388c7
adds filtering of spending proposals by admin
2016-03-01 20:10:57 +01:00
Juanjo Bazán
0325dd6199
refactors settings/flags helper to memoize values
2016-02-04 17:45:43 +01:00
Josep Jaume Rey Peroy
5de3d700e4
Simplify Settings API
2016-01-18 12:43:34 +01:00
kikito
967bfc5b31
Moves the humanize_document_type helper to a new helper file called user
2015-10-02 18:40:56 +02:00
rgarcia
e9e97daf46
displays failed census calls [ #500 ]
2015-09-24 17:21:08 +02:00
Juanjo Bazán
174bd73b89
removes official_level_0_name setting
2015-09-01 20:00:41 +02:00