To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 74 / 7404304328de19a679b0fab3d9a0a81e75864fb9.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (339 Bytes)

1
<p class="icon icon-example-works"><%= l(:text_say_hello) %></p>
2

    
3
<p><label>Example setting</label>: <%= @value %></p>
4

    
5
<%= link_to_if_authorized 'Good bye', :action => 'say_goodbye', :id => @project %>
6

    
7
<% content_for :header_tags do %>
8
  <%= stylesheet_link_tag "example.css", :plugin => "sample_plugin", :media => "screen" %>
9
<% end %>