diff --git a/app/views/content_viewer/view_page.rhtml b/app/views/content_viewer/view_page.rhtml index 2528e7b..cfea22c 100644 --- a/app/views/content_viewer/view_page.rhtml +++ b/app/views/content_viewer/view_page.rhtml @@ -36,13 +36,6 @@ <% end %> -<% if !@page.tags.empty? %> -
- <%= _("This article's tags:") %> - <%= @page.tags.map { |t| link_to(t, :controller => 'profile', :profile => @profile.identifier, :action => 'tags', :id => t.name ) }.join("\n") %> -
-<% end %> - <% if @page.parent && !@page.parent.path.blank? %>
<%= button(:back, _('Go back to %s') % @page.parent.short_title, @page.parent.url) %> @@ -84,6 +77,13 @@
<% end %> +<% if !@page.tags.empty? %> +
+ <%= _("This article's tags:") %> + <%= @page.tags.map { |t| link_to(t, :controller => 'profile', :profile => @profile.identifier, :action => 'tags', :id => t.name ) }.join("\n") %> +
+<% end %> + <%= display_source_info(@page) %>
-- libgit2 0.21.2