Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
fixed calls to truncate
Commit Description:
fixed calls to truncate
<h1>Listing sites</h1>
<table>
<tr>
<th>Name</th>
<th>Password</th>
<th>Started</th>
<th>Start time</th>
</tr>
<% for site in @sites %>
<% background = "white" %>
<% background = "grey" if (site.started==true) and (site.finished? == true) %>
<% background = "lightgreen" if (site.started==true) and (site.finished? != true) %>
<tr style="background: <%= background %>;">
<td><%=h site.name %></td>
<td><%=h site.password %></td>
<td><%=h site.started %></td>
<td><%=h site.start_time %></td>
<td><%= link_to 'Show', site %></td>
<td><%= link_to 'Edit', edit_site_path(site) %></td>
<td><%= link_to 'Destroy', site, :confirm => 'Are you sure?', :method => :delete %></td>
</tr>
<% end %>
</table>
<br />
<%= link_to 'New site', new_site_path %>
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings