Files
nairobi/app/views
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-12-07 15:28:56 +01:00
2020-08-12 17:01:40 +02:00
2019-09-10 21:04:56 +02:00
2019-03-25 14:58:54 +01:00
2019-10-20 17:26:14 +02:00
2020-12-02 12:38:03 +01:00
2019-09-10 21:04:56 +02:00
2019-09-10 20:02:15 +02:00
2020-05-12 23:57:57 +02:00
2020-07-27 14:46:20 +02:00