4 lines
284 B
Plaintext
4 lines
284 B
Plaintext
<h3><%= l(:budget_title) %></h3>
|
|
<%= link_to l(:label_issue_view_all), { :controller => 'issues', :action => 'index', :project_id => @project, :set_filter => 1 } %><br />
|
|
<%= link_to_function l(:label_new_deliverable), "$('new-deliverable').toggle();" if allowed_management? %><br />
|