Revision 1010:76a677c96bce

View differences:

app/views/projects/explore.html.erb
1 1

  
2
<h2><%= l(:label_browse) %></h2>
2
<h2><%= l(:label_explore_projects) %></h2>
3 3

  
4
  <div class="tags box">
5
  <h3><%=l(:label_project_tags_all)%></h3>
6
    <%= render :partial => 'projects/tagcloud' %>
7
  </div>
4 8
<div class="splitcontentleft">
9
  <div class="institutions box">
10
  <h3><%=l(:label_institutions_busy)%></h3>
11
    <%= render :partial => 'activities/busy_institution' %>
12
  </div>
5 13
  <div class="projects box">
6 14
  <h3><%=l(:label_project_latest)%></h3>
7 15
    <%= render :partial => 'projects/latest' %>
8
    <%= link_to l(:label_projects_more), :controller => 'projects' %>
9 16
  </div>
10 17
</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>
18
<div class="splitcontentright">
17 19
  <div class="projects box">
18 20
  <h3><%=l(:label_projects_busy)%></h3>
19 21
    <%= render :partial => 'activities/busy' %>
20
    <%= link_to l(:label_projects_more), :controller => 'projects' %>
21
  </div>
22
  <div class="projects box">
23
  <h3><%=l(:label_institutions_busy)%></h3>
24
    <%= render :partial => 'activities/busy_institution' %>
25
    <%= link_to l(:label_projects_more), :controller => 'projects' %>
26 22
  </div>
27 23
</div>
config/locales/en.yml
494 494
  label_project_all: All Projects
495 495
  label_project_latest: Latest projects
496 496
  label_projects_more: More projects
497
  label_project_tags_all: Tags for projects
497
  label_project_tags_all: Popular tags
498 498
  label_projects_busy: Busy projects
499
  label_institutions_busy: Busy institutions
499
  label_institutions_busy: Active institutions
500 500
  label_managers: Managed by
501 501
  label_issue: Issue
502 502
  label_issue_new: New issue
......
693 693
  label_repository: Repository
694 694
  label_is_external_repository: Track an external repository
695 695
  label_repository_plural: Repositories
696
  label_browse: Browse
696
  label_explore_projects: Explore projects
697 697
  label_modification: "%{count} change"
698 698
  label_modification_plural: "%{count} changes"
699 699
  label_branch: Branch
public/stylesheets/application.css
240 240
div.members h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-left: 20px; }
241 241
div.news h3 { background: url(../images/news.png) no-repeat 0% 50%; padding-left: 20px; }
242 242
div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padding-left: 20px; }
243
div.tags h3 { background: url(../images/ticket_note.png) no-repeat 0% 50%; padding-left: 20px; }
244
div.institutions h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-left: 20px; }
243 245

  
244 246
#watchers ul {margin: 0;  padding: 0;}
245 247
#watchers li {list-style-type:none;margin: 0px 2px 0px 0px; padding: 0px 0px 0px 0px;}
vendor/plugins/redmine_tags/assets/stylesheets/redmine_tags.css
22 22
ul.tags li { margin: .25em 0px; }
23 23

  
24 24
div.tags { text-align: center; }
25
div.tags h3 { text-align: left; }
25 26
div.tags .tag-label { margin: .25em; }
26 27
div.tags .tag-nube-1 { font-size: .8em; }
27 28
div.tags .tag-nube-2 { font-size: .9em; }

Also available in: Unified diff