diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-01-27 12:05:37 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-01-27 12:05:37 +0000 |
commit | 566857591dbe9647181e9d53ff6a5a324d848527 (patch) | |
tree | 2a246738aa6c0b438755e23e91d9b9fbbec8b8d0 | |
parent | a646b0039c19a5c864e0d743cb205f2b27ced99d (diff) | |
parent | d5c8dff622b159f504699ae0e156e0e2a61d10c7 (diff) |
Merge branch 'feature/521-reinstate-first-version-comment' into rails-3-develop
-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"> |