Skip to content

Commit

Permalink
Template HTML adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
kyolee310 committed Feb 6, 2014
1 parent d4457a6 commit 78c1b4d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions koala/templates/groups/group_view.pt
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@
<div class="section" ng-cloak="">
<h6 i18n:translate="">Users</h6>
<div class="row controls-wrapper readonly">
<div class="small-10 columns">
<select id="users-select" class="chosen" multiple="true" data-placeholder="Search users and select to add">
<option ng-repeat="user in allUsers" ng-selected="isSelected(user)">{{user}}</option>
</select>
</div>
<div class="small-10 columns">
<select id="users-select" class="chosen" multiple="true" data-placeholder="Search users and select to add">
<option ng-repeat="user in allUsers" ng-selected="isSelected(user)">{{user}}</option>
</select>
</div>
</div>
<div class="row">
<div class="row controls-wrapper readonly">
<div class="small-4 columns">&nbsp;</div>
<div class="small-8 columns field inline">
<button type="submit" class="button" id="save-changes-btn">
Expand Down

0 comments on commit 78c1b4d

Please sign in to comment.