forked from jacknudt/trustieforge
添加了注释
This commit is contained in:
parent
32415d07e9
commit
19f351ef9c
|
@ -15,6 +15,7 @@
|
|||
<!-- page specific tags -->
|
||||
<%= yield :header_tags -%>
|
||||
</head>
|
||||
<!--add by huang-->
|
||||
<body class="<%= h body_css_classes %>">
|
||||
<div id="wrapper">
|
||||
<div id="wrapper2">
|
||||
|
@ -84,9 +85,6 @@
|
|||
</div>
|
||||
</div><div class="user_underline"></div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!--工具-->
|
||||
<div class="tool">
|
||||
<div class="font_title_left">
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<div id="wrapper3">
|
||||
<%=render :partial => 'layouts/base_header'%>
|
||||
<div id="main" class="">
|
||||
<!--user page-->
|
||||
<!--user page, add by huang-->
|
||||
<div id="sidebar">
|
||||
<div class="main_context">
|
||||
<div class="spaceleft">
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
</table></li></ul></div>
|
||||
<div class=more><%= link_to"更多",:contoller=>'project',:action=>'index'%></div>-->
|
||||
<!--activities add bu huang-->
|
||||
<div style="padding-left: 8px">
|
||||
<h3><%= @author.nil? ? l(:label_activity) : l(:label_user_activity, link_to_user(@author)).html_safe %></h3>
|
||||
<p class="subtitle">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!--add by huang-->
|
||||
<div class="content_frame">
|
||||
<% unless @memberships.empty? %>
|
||||
<ul class="user_project_sort">
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
</div> -->
|
||||
<!--add by huang-->
|
||||
<div class="table_">
|
||||
<table>
|
||||
<tr><td align="left">
|
||||
|
|
Loading…
Reference in New Issue