diff options
Diffstat (limited to 'extra/sample_plugin/app')
-rw-r--r-- | extra/sample_plugin/app/views/my/blocks/_sample_block.rhtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/sample_plugin/app/views/my/blocks/_sample_block.rhtml b/extra/sample_plugin/app/views/my/blocks/_sample_block.rhtml new file mode 100644 index 000000000..c19e49739 --- /dev/null +++ b/extra/sample_plugin/app/views/my/blocks/_sample_block.rhtml @@ -0,0 +1,3 @@ +<h3>Sample block</h3> + +You are <strong><%= h(User.current) %></strong> and this is a sample block for My Page added from a plugin. |