Added harvest status EPF-35
diff --git a/source/app/views/versions/show.html.erb b/source/app/views/versions/show.html.erb index 760ce02..d97fd52 100644 --- a/source/app/views/versions/show.html.erb +++ b/source/app/views/versions/show.html.erb
@@ -62,6 +62,12 @@ </td> </tr> <tr valign="top"> + <th scope="row" class="sectionTableHeading">Harvest</th> + <td align="left" class="sectionTableCell" id="harvest-status"> + <%= @version.done %> + </td> + </tr> + <tr valign="top"> <th scope="row" class="sectionTableHeading">Wiki</th> <td align="left" class="sectionTableCell"><%= link_to_site @version.wiki %> </td> </tr>