Javi Martín
c156621a4c
Add method to generate a list of links
...
A list of links is a very common pattern in the web, and we use it in
many places. Here we're applying it to one of the most simple ones; the
help page.
Generally speaking, I'm not a big fan of helpers, but there are methods
which IMHO qualify as helpers when:
* They do not deal with application objects but mainly strings and
arrays
* They return text or an HTML tag
* Their logic is simple and splitting it into several methods is not
necessary
Many Rails helpers, like `tag`, follow these principles.
2020-12-07 15:28:56 +01:00
..
2020-04-27 19:26:37 +02:00
2019-10-24 17:11:47 +02:00
2020-09-08 19:11:38 +02:00
2020-12-02 12:38:03 +01:00
2020-08-10 12:20:59 +02:00
2019-11-05 13:23:11 +01:00
2020-08-12 17:16:11 +02:00
2020-04-09 21:09:28 +02:00
2019-10-24 17:56:03 +02:00
2020-04-27 19:26:37 +02:00
2020-10-21 13:19:52 +02:00
2019-10-24 17:11:47 +02:00
2020-06-15 11:54:05 +02:00
2019-10-24 17:11:47 +02:00
2019-01-02 12:50:01 +01:00
2019-10-24 17:11:47 +02:00
2019-10-24 17:11:47 +02:00
2020-04-16 12:08:09 +02:00
2020-04-27 19:26:37 +02:00
2019-10-26 13:21:36 +02:00
2019-10-24 17:11:47 +02:00
2019-10-24 17:11:47 +02:00
2020-10-23 12:01:39 +02:00
2019-10-24 17:11:47 +02:00
2019-10-26 13:03:49 +02:00
2020-04-27 19:26:37 +02:00
2020-04-16 12:08:09 +02:00
2019-11-10 00:34:45 +01:00
2020-04-27 19:26:37 +02:00
2020-09-08 10:07:43 +02:00
2020-12-07 15:28:56 +01:00
2019-10-05 14:20:03 +02:00
2019-10-24 17:11:47 +02:00
2019-10-24 17:11:47 +02:00
2019-10-24 17:11:47 +02:00
2020-04-27 19:26:37 +02:00
2020-04-27 19:26:37 +02:00
2016-11-15 11:18:43 +01:00
2019-11-10 00:34:45 +01:00
2019-10-24 17:56:03 +02:00
2019-10-24 17:11:47 +02:00
2019-11-10 00:34:45 +01:00
2019-10-24 17:56:03 +02:00
2019-10-26 13:03:49 +02:00
2019-10-24 17:11:47 +02:00
2019-10-24 17:11:47 +02:00
2020-07-27 14:47:42 +02:00
2019-10-26 13:03:49 +02:00
2019-10-26 13:26:35 +02:00
2019-11-08 19:15:04 +01:00
2020-04-27 19:26:37 +02:00
2019-10-24 17:11:47 +02:00
2017-01-05 09:43:40 +01:00
2019-10-24 17:56:03 +02:00
2020-10-23 12:01:39 +02:00
2020-04-27 19:26:37 +02:00
2019-10-26 13:03:49 +02:00
2020-04-27 19:26:37 +02:00
2020-09-08 18:35:16 +02:00
2019-11-05 22:59:19 +01:00
2020-10-23 12:01:39 +02:00
2020-10-23 12:01:39 +02:00
2019-10-24 17:11:47 +02:00