project_history.page_title=Delete quality snapshots from project history
project_history.note=Note on snapshot deletion
-project_history.note_detail=A snapshot may be deleted from the database only if it was created more that 6 hours ago.
+project_history.note_detail=After deleting a snapshot, it is still possible to recover it as long as a new project analysis is not running or as long as the deleted snapshot has not been created more than 6 hours ago.
project_history.col.year=Year
project_history.col.month=Month
project_history.col.time=Time
time = snapshot.created_at
%>
<tr class="<%= cycle 'even','odd' -%>">
- <td class="thin nowrap"><%= time.year unless time.year == current_year -%></td>
- <td class="thin nowrap"><%= l(time, :format => '%B').capitalize unless time.month == current_month -%></td>
+ <td class="thin nowrap"><b><%= time.year unless time.year == current_year -%></b></td>
+ <td class="thin nowrap"><b><%= l(time, :format => '%B').capitalize unless time.month == current_month -%></b></td>
<td class="thin nowrap" style="padding-left: 20px;">
<%= snapshot.events.map{|e| e.name}.join(', ') -%>
</td>