To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / welcome / index.html.erb @ 1319:5490d6392ee3

History | View | Annotate | Download (743 Bytes)

1 1319:5490d6392ee3 chris
2 48:8032b626953b luisf
<% if not Setting.notifications_text.empty? %>
3 1319:5490d6392ee3 chris
  <div class="notifications flash newsalert">
4
    <%= textilizable Setting.notifications_text %>
5 48:8032b626953b luisf
  </div>
6
<% end %>
7 47:22ae926000f9 luisf
8 1319:5490d6392ee3 chris
<div id="welcomepage">
9 0:513646585e45 Chris
10 1319:5490d6392ee3 chris
<%= textilizable Setting.welcome_text %>
11
12
</div>
13 42:df605e25de58 luisf
14 0:513646585e45 Chris
<% content_for :header_tags do %>
15
<%= auto_discovery_link_tag(:atom, {:controller => 'news', :action => 'index', :key => User.current.rss_key, :format => 'atom'},
16
                                   :title => "#{Setting.app_title}: #{l(:label_news_latest)}") %>
17 22:40f7cfd4df19 chris
<%= auto_discovery_link_tag(:atom, {:controller => 'activities', :action => 'index', :key => User.current.rss_key, :format => 'atom'},
18 0:513646585e45 Chris
                                   :title => "#{Setting.app_title}: #{l(:label_activity)}") %>
19
<% end %>