Skip to content

Commit

Permalink
Merge pull request #164 from charithag/IoTS-1.0.0-M3
Browse files Browse the repository at this point in the history
Fix minor UI bugs
  • Loading branch information
ruwany committed Feb 8, 2016
2 parents bd9994d + 9200512 commit aedced9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
data-devicename="{{name}}">
<span class="fw-stack">
<i class="fw fw-ring fw-stack-2x"></i>
<i class="fw fw-group fw-stack-1x"></i>
<i class="fw fw-grouping fw-stack-1x"></i>
</span>
<span class="hidden-xs hidden-on-grid-view">Group</span>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="ctrl-info-panel col-centered text-center wr-login">
<h2>You don't have any group registered at the moment.</h2>
<br/>
{{#if permissions.ADD_GROUPS}}
{{#if permissions.ADD_GROUP}}
<p class="text-center">
<a href="{{@app.context}}/group/add" class="wr-btn">
<span class="fw-stack">
Expand Down

0 comments on commit aedced9

Please sign in to comment.