|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="autoscroll">
|
|
|
|
|
<table class="list">
|
|
|
|
|
<table class="list" style="width: 100%;table-layout: fixed">
|
|
|
|
|
<thead><tr>
|
|
|
|
|
<th><%=l(:label_project)%></th>
|
|
|
|
|
<th><%=l(:field_is_public)%></th>
|
|
|
|
@ -27,7 +27,7 @@
|
|
|
|
|
<tbody>
|
|
|
|
|
<% project_tree(@projects) do |project, level| %>
|
|
|
|
|
<tr class="<%= cycle("odd", "even") %> <%= project.css_classes %> <%= level > 0 ? "idnt idnt-#{level}" : nil %>">
|
|
|
|
|
<td class="name"><span><%= link_to_project_settings(project, {}, :title => project.short_description) %></span></td>
|
|
|
|
|
<td style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" class="name" title='<%=project.name%>'><span><%= link_to_project_settings(project, {}) %></span></td>
|
|
|
|
|
<td align="center"><%= checked_image project.is_public? %></td>
|
|
|
|
|
<td align="center"><%= format_date(project.created_on) %></td>
|
|
|
|
|
<td class="buttons">
|
|
|
|
|