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 / projects / browse.html.erb @ 1007:3e52bc15dd67

History | View | Annotate | Download (705 Bytes)

1 1007:3e52bc15dd67 chris
2
<h2><%= l(:label_browse) %></h2>
3
4
<div class="splitcontentleft">
5
  <div class="projects box">
6
  <h3><%=l(:label_project_latest)%></h3>
7
    <%= render :partial => 'projects/latest' %>
8
    <%= link_to l(:label_projects_more), :controller => 'projects' %>
9
  </div>
10
</div>
11
<div class="splitcontentleft">
12
  <div class="projects box">
13
  <h3><%=l(:label_project_tags_all)%></h3>
14
    <%= render :partial => 'projects/tagcloud' %>
15
    <%= link_to l(:label_projects_more), :controller => 'projects' %>
16
  </div>
17
  <div class="projects box">
18
  <h3><%=l(:label_projects_busy)%></h3>
19
    <%= render :partial => 'activities/busy' %>
20
    <%= link_to l(:label_projects_more), :controller => 'projects' %>
21
  </div>
22
</div>