diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-12-18 11:24:12 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-12-18 11:24:12 +0000 |
commit | d5c8dff622b159f504699ae0e156e0e2a61d10c7 (patch) | |
tree | d7cec6f3ca534d1e00aea4c3d093be545ffbef8c | |
parent | ba0874c0f8f892a56cf0e2b8a7d066821c17036f (diff) |
Reinstate the edit comment for Version 1.
Closes #521.
-rw-r--r-- | app/views/admin_public_body/show.html.erb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/admin_public_body/show.html.erb b/app/views/admin_public_body/show.html.erb index 8262287d5..f8161db26 100644 --- a/app/views/admin_public_body/show.html.erb +++ b/app/views/admin_public_body/show.html.erb @@ -67,7 +67,10 @@ </div> <% if i == versions.length - 1 %> <div class="span6"> - <%=_("This is the first version.")%> + <p>“<%= h(historic_public_body.last_edit_comment) %>”</p> + <ul> + <li><%=_("This is the first version.")%></li> + </ul> </div> <% else %> <div class="span6"> |