public
Description: Gitorious aims to provide a great way of doing distributed opensource code collaboration.
Homepage: http://gitorious.org/projects/gitorious
Clone URL: git://github.com/dysinger/gitorious.git
tiny styling and wording fixes
js (author)
Sun Apr 27 13:43:09 -0700 2008
commit  ceafcfd952a8eda7ac13b50743c03690110f44b5
tree    b4a872826235b38fc11778d7d26a1797ee44f495
parent  781cde0068529382459daa7ef059713f73f68c78
...
1
2
3
 
4
5
6
7
8
9
10
11
12
13
...
1
2
 
3
4
5
6
7
8
9
 
10
11
12
0
@@ -1,13 +1,12 @@
0
 <% @page_title = "Commits in #{@repository.name} in #{@project.title}" -%>
0
 <h1>
0
- Commitlog for <%= h(@repository.name) -%> repository in <%= h(@project.title) -%>
0
+ Commitlog for <%= h(@repository.name) -%>:<%=h params[:id] -%> in <%= h(@project.title) -%>
0
 </h1>
0
 
0
 <% content_for :submenu do -%>
0
   <%= render :partial => "repositories/context_menu" -%>
0
 <% end -%>
0
 
0
-<h2>Commits in "<%=h params[:id] -%>"</h2>
0
 <%= render :partial => "log" -%>
0
 
0
 <% content_for :sidebar do -%>
...
449
450
451
452
 
453
454
455
...
449
450
451
 
452
453
454
455
0
@@ -449,7 +449,7 @@ table.listing tr td {
0
 }
0
 
0
 table.listing tr.odd {
0
- background: #eee;
0
+ background: #efefef;
0
 }
0
 table.listing thead th {
0
   font-weight: bold;

Comments

    No one has commented yet.