annotate .svn/pristine/4c/4c8a16342f0eed8d7b98e1ecd16d21a60462a3df.svn-base @ 1298:4f746d8966dd redmine_2.3_integration

Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author Chris Cannam
date Fri, 14 Jun 2013 09:28:30 +0100
parents 622f24f53b42
children
rev   line source
Chris@1295 1 <h2>Hello</h2>
Chris@1295 2
Chris@1295 3 <p class="icon icon-example-works"><%= l(:text_say_hello) %></p>
Chris@1295 4
Chris@1295 5 <p><label>Example setting</label>: <%= @value %></p>
Chris@1295 6
Chris@1295 7 <%= link_to('Good bye', :action => 'say_goodbye', :id => @project) if User.current.allowed_to?(:example_say_goodbye, @project) %>
Chris@1295 8
Chris@1295 9 <% content_for :sidebar do %>
Chris@1295 10 <p>Adding content to the sidebar...</p>
Chris@1295 11 <% end %>
Chris@1295 12
Chris@1295 13 <% content_for :header_tags do %>
Chris@1295 14 <%= stylesheet_link_tag 'example', :plugin => 'sample_plugin', :media => "screen" %>
Chris@1295 15 <% end %>