summaryrefslogtreecommitdiffstats
path: root/extra/sample_plugin/app/views/example/say_goodbye.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'extra/sample_plugin/app/views/example/say_goodbye.html.erb')
-rw-r--r--extra/sample_plugin/app/views/example/say_goodbye.html.erb4
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/sample_plugin/app/views/example/say_goodbye.html.erb b/extra/sample_plugin/app/views/example/say_goodbye.html.erb
index 3f4d63dae..978fbd9b2 100644
--- a/extra/sample_plugin/app/views/example/say_goodbye.html.erb
+++ b/extra/sample_plugin/app/views/example/say_goodbye.html.erb
@@ -1,5 +1,7 @@
+<h2>Good Bye</h2>
+
<p class="icon icon-example-works"><%= l(:text_say_goodbye) %></p>
<% content_for :header_tags do %>
- <%= stylesheet_link_tag "example.css", :plugin => "sample_plugin", :media => "screen" %>
+ <%= stylesheet_link_tag "/plugin_assets/sample_plugin/stylesheets/example.css", :media => "screen" %>
<% end %>