##// END OF EJS Templates
remove trailing white space from test/fixtures/workflows.yml...
remove trailing white space from test/fixtures/workflows.yml git-svn-id: http://svn.redmine.org/redmine/trunk@16339 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9376:03335d014ceb
r15957:7816a4025a03 master
Show More
say_hello.html.erb
15 lines | 481 B | text/plain | TextLexer
Jean-Philippe Lang
Merged rails-3.2 branch....
r9346 <h2>Hello</h2>
Jean-Philippe Lang
Added a sample plugin....
r742 <p class="icon icon-example-works"><%= l(:text_say_hello) %></p>
<p><label>Example setting</label>: <%= @value %></p>
Jean-Philippe Lang
Merged rails-3.2 branch....
r9346 <%= link_to('Good bye', :action => 'say_goodbye', :id => @project) if User.current.allowed_to?(:example_say_goodbye, @project) %>
<% content_for :sidebar do %>
<p>Adding content to the sidebar...</p>
<% end %>
Jean-Philippe Lang
Added a sample plugin....
r742
<% content_for :header_tags do %>
Jean-Philippe Lang
Restores support for :plugin support to stylesheet_link_tag and javascript_include_tag helpers....
r9376 <%= stylesheet_link_tag 'example', :plugin => 'sample_plugin', :media => "screen" %>
Jean-Philippe Lang
Added a sample plugin....
r742 <% end %>