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

8 lines
235 B
Plaintext
Raw Normal View History

<h2>Good Bye</h2>
<p class="icon icon-example-works"><%= l(:text_say_goodbye) %></p>
<% content_for :header_tags do %>
<%= stylesheet_link_tag "/plugin_assets/sample_plugin/stylesheets/example.css", :media => "screen" %>
<% end %>