Initial Redmine tooling and local plugin forks
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<%
|
||||
@tab = params[:tab_name]
|
||||
@partial = params[:partial]
|
||||
%>
|
||||
$('#tab-placeholder-<%= @tab %>').html("<%= j(render :partial => @partial) %>")
|
||||
Reference in New Issue
Block a user