From 7590a7c48ec743ef128986b34779b66629c752d3 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Thu, 27 Jan 2011 05:19:57 -0300 Subject: [PATCH] Added id and class on view_page to help formatting --- app/views/content_viewer/view_page.rhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/content_viewer/view_page.rhtml b/app/views/content_viewer/view_page.rhtml index 7b8df40..3d19459 100644 --- a/app/views/content_viewer/view_page.rhtml +++ b/app/views/content_viewer/view_page.rhtml @@ -4,7 +4,7 @@ end %> -
+
> @@ -52,7 +52,7 @@
<% else %> <% if profile.community? && (@page.blog? || @page.parent && @page.parent.blog?) %> - <%= link_to content_tag( 'span', _('Suggest an article') ), profile.admin_url.merge({ :controller => 'cms', :action => 'suggest_an_article'}), :class => 'button with-text icon-new' %> + <%= link_to content_tag( 'span', _('Suggest an article') ), profile.admin_url.merge({ :controller => 'cms', :action => 'suggest_an_article'}), :id => 'suggest-article-link', :class => 'button with-text icon-new' %> <% end %> <% end %>
-- libgit2 0.21.2