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_goodbye.rhtml @ 442:753f1380d6bc

History | View | Annotate | Download (203 Bytes)

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

    
3
<% content_for :header_tags do %>
4
  <%= stylesheet_link_tag "example.css", :plugin => "sample_plugin", :media => "screen" %>
5
<% end %>