Chris@1296:

Hello

Chris@1296: Chris@1296:

<%= l(:text_say_hello) %>

Chris@1296: Chris@1296:

: <%= @value %>

Chris@1296: Chris@1296: <%= link_to('Good bye', :action => 'say_goodbye', :id => @project) if User.current.allowed_to?(:example_say_goodbye, @project) %> Chris@1296: Chris@1296: <% content_for :sidebar do %> Chris@1296:

Adding content to the sidebar...

Chris@1296: <% end %> Chris@1296: Chris@1296: <% content_for :header_tags do %> Chris@1296: <%= stylesheet_link_tag 'example', :plugin => 'sample_plugin', :media => "screen" %> Chris@1296: <% end %>