blob: ffe783bc648cdea34a0a1713154f8e467775b488 [file] [log] [blame]
<tr valign="top">
<th scope="row" class="sectionTableHeading">
Sites
</th>
<td class="sectionTableCell">
<p>This page was modified in the following Wiki sites: </p>
<ul>
<% for site in @page.sites_with_versions %>
<li>
<%= link_to_site(site, @page) %>
</li>
<% end %>
</ul>
</td>
<td class="sectionTableCell">
<p>This page is part of the following sites: </p>
<ul>
<% for site in @page.sites %>
<li>
<%= link_to_site(site, @page) %>
</li>
<% end %>
</ul>
</td>
</tr>
<tr valign="top">
<th scope="row" class="sectionTableHeading">
Baselines
</th>
<td class="sectionTableCell">
<p>This page modified the following baselines: </p>
<ul>
<% for baseline in @page.baselines_with_versions %>
<li>
<%= link_to_baseline baseline, nil %>
</li>
<% end %>
</ul>
</td>
<td class="sectionTableCell">
<p>This page is part of the following baselines: </p>
<ul>
<% for baseline in @page.baselines %>
<li>
<%= link_to_baseline baseline, nil %>
</li>
<% end %>
</ul>
</td>
</tr>
<tr valign="top">
<th scope="row" class="sectionTableHeading">
Baseline Updates
</th>
<td class="sectionTableCell" colspan=2>
<p>Changes of this page between successive baselines </p>
<ul>
<% for item in @page.difference_analysis_items %>
<li>
<%= link_to_difference_analysis_item(item) %>
</li>
<% end %>
</ul>
</td>
</tr>
<tr valign="top">
<th scope="row" class="sectionTableHeading">
Checkouts
</th>
<td class="sectionTableCell" colspan=2>
<ul>
<% for checkout in @page.checkouts %>
<li>
<%= link_to_version2 checkout.version %>
</li>
<% end %>
</ul>
</td>
</tr>