|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
<div class="project_r_h">
|
|
|
|
|
<div class="project_r_h" style="width:730px;">
|
|
|
|
|
<h2 class="project_h2 fl"><%= @subPage_title %></h2>
|
|
|
|
|
<% if is_project_manager?(User.current, @project) %>
|
|
|
|
|
<span class="fr f14 fontGrey2" style="height: 40px; line-height: 40px; margin-right: 15px;">
|
|
|
|
@ -11,3 +11,7 @@
|
|
|
|
|
<%= render :partial => @render_file, :locals => {:members => @members} %>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
$("#RSide").css("width","730px");
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|