<% if @message != '' %>
<%=@message.html_safe%>
<% end %>
=> <%=@parent_disp.html_safe%> <% if User.current.allowed_to?(:edit_work_time_total, @project) if @parent_disp != '' %> @issue_id.to_s)%>', data: {asynchronous: true, method: 'get'}, success: function (response) { jQuery('#ticket_relay_<%=@issue_id.to_s%>').html(response); } }); return false;"> [<%=l(:button_change)%>] [<%=l(:button_delete)%>] <%else%> @issue_id.to_s)%>', data: {asynchronous: true, method: 'get'}, success: function (response) { jQuery('#ticket_relay_<%=@issue_id.to_s%>').html(response); } }); return false;"> [<%=l(:button_add)%>] <% end end %>