obsolete.ChilliProject/app/views/queries/_new_issue_button.html.erb

6 lines
225 B
Plaintext
Raw Normal View History

2011-03-06 07:25:13 +03:00
<% if @project %>
<div class="new-issue button-large">
2011-12-11 00:21:34 +04:00
<%= link_to(l(:label_issue_new), {:controller => 'issues', :action => 'new', :project_id => @project}, :title => l(:label_issue_new), :class => '') %>
2011-03-06 07:25:13 +03:00
</div>
<% end %>