Merge pull request #146 from vcostin/feature/19836-new-button-styling-blue-fix

19836 change button color from grey to blue
pull/6827/head
Florian Kraft 9 years ago
commit 7442d5e0b0
  1. 4
      app/views/projects/settings/_backlogs_settings.html.erb
  2. 2
      app/views/version_settings/edit.html.erb

@ -55,11 +55,11 @@ See doc/COPYRIGHT.rdoc for more details.
</tbody>
</table>
<p><%= styled_button_tag l(:button_save), class: '-with-icon icon-yes' %></p>
<p><%= styled_button_tag l(:button_save), class: '-highlight -with-icon icon-yes' %></p>
<% end %>
<h3><%=l('backlogs.rebuild_positions')%></h3>
<%= styled_form_tag(:controller => '/projects', :action => "rebuild_positions", :id => @project) do %>
<p><%= styled_button_tag l('backlogs.rebuild') %></p>
<p><%= styled_button_tag l('backlogs.rebuild'), class: '-highlight' %></p>
<% end %>

@ -37,5 +37,5 @@ See doc/COPYRIGHT.rdoc for more details.
<% labelled_tabular_form_for :version, @version, :url => project_version_path(@project, @version), :html => {:method => :put} do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= styled_button_tag l(:button_save), class: '-with-icon icon-yes' %>
<%= styled_button_tag l(:button_save), class: '-highlight -with-icon icon-yes' %>
<% end %>

Loading…
Cancel
Save