+
+
<%= l(:label_revision_plural) %>
<%= form_tag(
{:controller => 'repositories', :action => 'revision', :id => @project,
:repository_id => @repository.identifier_param},
@@ -12,7 +13,7 @@
<% end %>
-
<%= l(:label_revision_plural) %>
+
<%= render :partial => 'revisions',
:locals => {:project => @project,
diff --git a/app/views/repositories/show.html.erb b/app/views/repositories/show.html.erb
index e15820d96..5ddea4e60 100644
--- a/app/views/repositories/show.html.erb
+++ b/app/views/repositories/show.html.erb
@@ -3,7 +3,7 @@
版本库
-
+
<%= render :partial => 'breadcrumbs',
:locals => { :path => @path, :kind => 'dir', :revision => @rev } %>
<%= render :partial => 'navigation' %>
diff --git a/public/stylesheets/project.css b/public/stylesheets/project.css
index 66d04aa0c..1658339ec 100644
--- a/public/stylesheets/project.css
+++ b/public/stylesheets/project.css
@@ -139,6 +139,7 @@ a:hover.c_dblue{ color: #0781b4;}
.c_dblue{ color:#3e6d8e;}
.w90{width:90px;}
.ml10{margin-left:10px;}
+.ml20{margin-left:20px;}
.resource{ width:670px;}
.re_top{width:660px; height:40px; background:#eaeaea; padding:5px;}
.re_top input{ float:left;}
@@ -446,6 +447,8 @@ img.ui-datepicker-trigger {
.repos_files ul li{ float:left; padding-left:10px; height:26px;}
.repos_files ul:hover{ background:#ffffdd;}
.repos_t_c li{ text-align:center;}
+.pic_stats{display:block; background:url(../images/public_icon.png) 0px -548px no-repeat; width:20px; height:15px;}
+
/* 里程碑 */
.roadmap_box{ background:#f8f8f8; width:648px; padding:10px; margin-top:5px; border:1px solid #ddd; color:#555;}
@@ -511,6 +514,17 @@ p.percent {
font-size: 0.9em;
}
+.repositorytitle {
+ float: left;
+ white-space: nowrap;
+ line-height: 1.4em;
+ padding-top: 5px;
+ font-size: 12px;
+}
+.repositorytitle select{ width: 110px; height: 21px; }
+
+
+
/*导出*/
a.atom { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; }
p.other-formats { text-align: right; font-size:0.9em; color: #666; }