Javi Martín
27468b0b7b
Use relative URLs where possible
...
In general, we always use relative URLs (using `_path`), but sometimes
we were accidentally using absolute URLs (using `_url`). It's been
reported i might cause some isuses if accepting both HTTP and HTTPS
connections, although we've never seen the case.
In any case, this change makes the code more consistent and makes the
generated HTML cleaner.
2019-10-20 17:26:14 +02:00
Javi Martín
55a190f44a
Remove unneeded _html suffix in I18n keys
...
This suffix does the same thing as calling `.html_safe` on them. So we
don't need to use it in texts that don't use HTML.
2019-10-08 13:20:22 +02:00
Javi Martín
c62da726b8
Apply SpaceAroundErbTag ERB Lint rule
2019-09-10 20:02:15 +02:00
Julian Herrero
7fe6285fe3
Use double quotes in app/views/proposals
2019-03-19 12:16:50 +01:00
Bertocq
86a60a8b7c
Fix space & comma typo
2018-02-10 19:15:00 +01:00
decabeza
286371c9d9
Changes more_info folder and path to help
2018-01-30 18:26:30 +01:00
decabeza
6c5513ab38
replaces back_link partial to back_link_to helper
2017-07-26 18:22:45 +02:00
Amaia Castro
ed777d7c92
Fix broken link
2017-06-12 15:47:30 +02:00
Alberto Garcia Cabeza
7d4f92f10a
unifies styles of page forms
2016-10-31 13:11:23 +01:00
Alberto Garcia Cabeza
7320d17bea
Moves back links inside a partial
2016-04-26 13:04:57 +02:00
Alberto Garcia Cabeza
f6571662a2
Adds title on links with target blank
2016-03-14 19:32:49 +01:00
Alberto Garcia Cabeza
3ec0971b37
Replaces icons i tags for span
2016-03-14 19:32:48 +01:00
Alberto Garcia Cabeza
3752f3a53b
Adds foundation 6 🎉
2016-02-26 19:33:33 +01:00
rgarcia
0acdf5722b
adds creation of proposals by managers
2015-10-08 12:43:33 +02:00
Alberto Garcia Cabeza
35c5247540
Adds new styles for new proposals form
2015-09-14 18:25:43 +02:00
rgarcia
3f7338a6ae
adds proposal new and create
2015-09-12 11:38:22 +02:00