<% unless app.recently_updated_discussions.empty? %>
<%=link_to(tr("view all", "Link to view all translation votes"), :controller => "/platform/apps", :action => :view, :id => app.id, :sec => 'Discussions')%>
<%=platform_toggler_tag("discussions_content_#{app.id}", "", false)%> <%=tr("Recent Application Discussions", "Dashboard section header")%> (<%=tr("last 5", "Last 5 application discussions")%>)
<% end %>