Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use less colors
  • Loading branch information
kraih committed Jan 26, 2018
1 parent 052b98c commit 1249862
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Expand Up @@ -45,7 +45,7 @@
<a class="nav-link"
href="<%= $jobs->query(state => 'inactive') %>">
Inactive
<span class="badge badge-pill badge-info
<span class="badge badge-pill badge-primary
minion-stats-inactive-jobs">
0
</span>
Expand Down
Expand Up @@ -36,7 +36,7 @@
<div class="d-flex justify-content-between">
<div>
<div class="btn-group" role="group">
<button class="btn btn-primary" name="do" value="retry"
<button class="btn btn-secondary" name="do" value="retry"
type="submit">
<i class="fas fa-redo" aria-hidden="true"></i> Retry
</button>
Expand Down Expand Up @@ -111,7 +111,7 @@
<span class="badge badge-success">finished</span>
% }
% else {
<span class="badge badge-info">inactive</span>
<span class="badge badge-primary">inactive</span>
% }
</td>
<td class="accordion-toggle collapsed expand"
Expand Down
Expand Up @@ -5,7 +5,7 @@
%= form_for 'minion_unlock' => begin
<div class="d-flex justify-content-between">
<div>
<button class="btn btn-primary" type="submit">
<button class="btn btn-secondary" type="submit">
<i class="fas fa-lock"></i> Unlock
</button>
</div>
Expand Down

0 comments on commit 1249862

Please sign in to comment.