提交 e90277f9 编写于 作者: D Dmitriy Zaporozhets

show project description on public area

上级 7c408960
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
.cgray { color:gray } .cgray { color:gray }
.cred { color:#D12F19 } .cred { color:#D12F19 }
.cgreen { color:#4a2 } .cgreen { color:#4a2 }
.cblue { color:#29A }
.cblack { color:#111 } .cblack { color:#111 }
.cdark { color:#444 } .cdark { color:#444 }
.cwhite { color:#fff!important } .cwhite { color:#fff!important }
......
...@@ -120,3 +120,16 @@ ul.nav.nav-projects-tabs { ...@@ -120,3 +120,16 @@ ul.nav.nav-projects-tabs {
.team_member_row form { .team_member_row form {
margin: 0px; margin: 0px;
} }
.public-projects {
li {
margin-top: 8px;
margin-bottom: 5px;
border-bottom: 1px solid #eee;
.description {
margin-left: 22px;
color: #aaa;
}
}
}
%h3.page_title %h3.page_title
Projects Projects (#{@projects.total_count})
%small with read-only access %small with read-only access
%hr %hr
%ul.unstyled .public-projects
- @projects.each do |project| %ul.unstyled
%li.clearfix - @projects.each do |project|
%h5 %li.clearfix
%i.icon-share %h5
= project.name_with_namespace %i.icon-share
.pull-right = project.name_with_namespace
%pre.dark.tiny git clone #{project.http_url_to_repo} .pull-right
%pre.dark.tiny git clone #{project.http_url_to_repo}
%p.description
= project.description
- unless @projects.present?
%h3.nothing_here_message No public projects
- unless @projects.present? = paginate @projects, theme: "admin"
%h3.nothing_here_message No public projects
= paginate @projects, theme: "admin"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册