<%=_('Welcome')%> !

<%=_('Latest news')%>

<% for news in @news %>

<%= news.title %> (<%= link_to_user news.author %> <%= format_time(news.created_on) %> - <%= news.project.name %>)
<%= news.shortdescr %>
[<%= link_to 'Read...', :controller => 'news', :action => 'show', :id => news %>]


<% end %>

<%=_('Latest projects')%>