mirror of
https://github.com/redmine/redmine.git
synced 2026-07-30 11:19:08 +02:00
Allow My Page blocks to be added to from a plugin (#2840).
Partials must be placed under the app/views/my/blocks directory of the plugin. An example can be found in the sample plugin. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2529 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user