Skip to content

Commit

Permalink
Remove owner badge from Team page, remove filter from team listing
Browse files Browse the repository at this point in the history
  • Loading branch information
wrigleyDan committed Jan 17, 2025
1 parent 259edfa commit 0d4317e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
16 changes: 0 additions & 16 deletions app/assets/templates/views/teams/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,6 @@ <h2>Teams</h2>
</div>
</div>

<div class='col-md-4'>
View
&nbsp;&nbsp;&nbsp;
<div class="btn-group">
<label class="btn btn-default" ng-model="teamsScope.typeFilter" uib-btn-radio="'all'">
All
</label>
<label class="btn btn-default" ng-model="teamsScope.typeFilter" uib-btn-radio="'owned'">
Teams I am Owner of
</label>
<label class="btn btn-default" ng-model="teamsScope.typeFilter" uib-btn-radio="'member'">
Teams I am a Member in
</label>
</div>
</div>

<div class="col-md-4 form-inline">
<input type="search" ng-model="q" placeholder="Filter teams" aria-label="filter teams" class="form-control" id='teams-filter' />

Expand Down
4 changes: 0 additions & 4 deletions app/assets/templates/views/teams/show.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ <h2>Team: {{ currentTeam.name }}</h2>

<h4>
{{ currentTeam.owner.display_name }}
&nbsp;
<span class="label label-info">
owner
</span>
</h4>

{{ currentTeam.owner.email }}
Expand Down

0 comments on commit 0d4317e

Please sign in to comment.