diff options
Diffstat (limited to 'app/views/versions/show.rhtml')
-rw-r--r-- | app/views/versions/show.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/versions/show.rhtml b/app/views/versions/show.rhtml index 7f9518af8..7e5264562 100644 --- a/app/views/versions/show.rhtml +++ b/app/views/versions/show.rhtml @@ -45,4 +45,6 @@ <% end %> </div> +<%= call_hook :view_versions_show_bottom, :version => @version %> + <% html_title @version.name %> |