Skip to content

Commit

Permalink
Fixes widgets links color
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieugagne committed Apr 25, 2014
1 parent cd88868 commit 225b41c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/georgia/revisions/fields/_ui_section.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</ul>
<div class="form-group">
<%= select_tag :widget, widgets_collection, prompt: 'Select a widget', class: 'form-control select-widget' %>
<%= link_to "#{icon_tag('plus')} Add".html_safe, '#', class: 'btn btn-inverse js-add-widget' %>
<%= link_to "#{icon_tag('plus')} Add".html_safe, '#', class: 'btn btn-primary js-add-widget' %>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion app/views/georgia/revisions/fields/_widgets.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="fieldset-help">
<legend>Widgets</legend>
<p class='hint'>
<%= link_to "#{icon_tag('cogs')} Manage Widgets".html_safe, widgets_path, class: 'btn btn-inverse' if can?(:manage, @page) %>
<%= link_to "#{icon_tag('cogs')} Manage Widgets".html_safe, widgets_path, class: 'btn btn-primary' if can?(:manage, @page) %>
</p>
</div>
<div class="fieldset-fields">
Expand Down

0 comments on commit 225b41c

Please sign in to comment.