summaryrefslogtreecommitdiffstats
path: root/extra/sample_plugin/app/views/example/say_hello.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'extra/sample_plugin/app/views/example/say_hello.html.erb')
-rw-r--r--extra/sample_plugin/app/views/example/say_hello.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/sample_plugin/app/views/example/say_hello.html.erb b/extra/sample_plugin/app/views/example/say_hello.html.erb
index 9bfa8cc4f..505bd2f70 100644
--- a/extra/sample_plugin/app/views/example/say_hello.html.erb
+++ b/extra/sample_plugin/app/views/example/say_hello.html.erb
@@ -11,5 +11,5 @@
<% end %>
<% content_for :header_tags do %>
- <%= stylesheet_link_tag "/plugin_assets/sample_plugin/stylesheets/example.css", :media => "screen" %>
+ <%= stylesheet_link_tag 'example', :plugin => 'sample_plugin', :media => "screen" %>
<% end %>