socialforge/extra/sample_plugin/app/views/example/say_goodbye.html.erb

8 lines
218 B
Plaintext
Raw Normal View History

2013-08-01 10:33:49 +08:00
<h3>Good Bye</h3>
<p class="icon icon-example-works"><%= l(:text_say_goodbye) %></p>
<% content_for :header_tags do %>
<%= stylesheet_link_tag 'example', :plugin => 'sample_plugin', :media => "screen" %>
<% end %>