decabeza
546105d989
Merge branch 'master' into dashboard-master
2018-10-19 01:48:37 +02:00
Juan Salvador Pérez García
488e7e081f
Merge branch 'dashboard' into rebase_consul_master
2018-09-27 09:18:27 +02:00
Marko Lovic
f6749049c9
Make Admin Notifications translatable
2018-09-19 12:15:26 +02:00
Javi Martín
a64a290392
Extract commentable_path to an initializer
...
By doing so and including it in ActionDispatch::Routing::UrlFor, we make
it available in controllers, helpers and specs, and so we can remove the
duplication we had there with methods dealing with the same problem.
Even if monkey-patching is ugly, using a different module and executing
ActionDispatch::Routing::UrlFor.send(:include, MyModule) wouldn't make
the method available in the controller.
2018-09-17 20:28:55 +02:00
decabeza
8b6a8703e0
Adds missing fill_in_admin_notification_form in common actions
2018-07-25 19:13:31 +02:00
Juan Salvador Pérez García
26d2a500ef
Fixes #204
...
Send message to the community has been moved outside of dashboard.
2018-07-17 17:59:11 +02:00
Juan Salvador Pérez García
921d567110
Implements #175
...
General menu has been refactored to look like the mockups.
The progress menu has been refactored as well.
2018-07-17 17:57:30 +02:00
Juan Salvador Pérez García
a2e185c221
Fixed proposal notification specs
2018-07-17 17:57:30 +02:00
Juan Salvador Pérez García
358aa14ed3
Fixed failing specs
2018-07-17 17:50:47 +02:00
Adan Amarillas
9210d8928e
Clean up newly created modules
2018-06-04 08:55:53 -07:00
Adan Amarillas
ee877888b3
Split spec common actions support helper
2018-06-04 08:55:53 -07:00