Skip to content

Commit

Permalink
Merge pull request #86 from bitcero/helium
Browse files Browse the repository at this point in the history
Fixed updates info dialog
  • Loading branch information
bitcero authored Aug 26, 2016
2 parents 2cb7126 + 5917028 commit 8e8bb72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rmcommon/templates/rmc-updates.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<h4 class="modal-title"><?php _e('Update Details','rmcommon'); ?></h4>
</div>
<div class="modal-body">
<ul class="nav nav-tabs">
<ul class="nav nav-tabs nav-tabs-color">
<li class="active"><a href="#details" data-toggle="tab"><?php _e('Details','rmcommon'); ?></a></li>
<li><a href="#files" data-toggle="tab"><?php _e('Files','rmcommon'); ?></a></li>
</ul>
Expand Down
Loading

0 comments on commit 8e8bb72

Please sign in to comment.