1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-17 13:10:29 +03:00
mobile-nixos/doc/_support/all_news.erb

9 lines
168 B
Plaintext
Raw Normal View History

<ul>
<% news_items.each do |item|
article = item[:article]
url = item[:url]
%>
<li><a href="<%= url %>"><%= article.title %></a></li>
<% end %>
</ul>