Chris@1115:
<%= l(:text_say_hello) %>
Chris@1115: Chris@1115:: <%= @value %>
Chris@1115: Chris@1115: <%= link_to('Good bye', :action => 'say_goodbye', :id => @project) if User.current.allowed_to?(:example_say_goodbye, @project) %> Chris@1115: Chris@1115: <% content_for :sidebar do %> Chris@1115:Adding content to the sidebar...
Chris@1115: <% end %> Chris@1115: Chris@1115: <% content_for :header_tags do %> Chris@1115: <%= stylesheet_link_tag 'example', :plugin => 'sample_plugin', :media => "screen" %> Chris@1115: <% end %>