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 / extra / sample_plugin / app / views / example / say_hello.rhtml @ 442:753f1380d6bc

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 %>