do not display save button, since feature is not yet implemented

git-svn-id: https://dev.finn.de/svn/cockpit/trunk@244 7926756e-e54e-46e6-9721-ed318f58905e
pull/6827/head
rkh 15 years ago
parent bc783abc81
commit 4d6741c6f7
  1. 4
      app/views/cost_reports/index.rhtml

@ -56,7 +56,9 @@
:update => "content",
}, :class => 'icon icon-reload' %>
<% if User.current.allowed_to?(:save_queries, @project, :global => true) %>
<%= link_to l(:button_save), {}, :onclick => "$('query_form').submit(); return false;", :class => 'icon icon-save' %>
<%
#link_to l(:button_save), {}, :onclick => "$('query_form').submit(); return false;", :class => 'icon icon-save'
%>
<% end %>
</p>
</div>

Loading…
Cancel
Save