mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-17 13:10:29 +03:00
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
|
<ul>
|
||
|
<% news_items.each do |item|
|
||
|
article = item[:article]
|
||
|
url = item[:url]
|
||
|
%>
|
||
|
<li><a href="<%= url %>"><%= article.title %></a></li>
|
||
|
<% end %>
|
||
|
</ul>
|