Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Cosmetic changes. Releasing Agrobook v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Narvalex committed Nov 21, 2017
1 parent 55e13da commit 0b5696c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Agrobook.Web/Agrobook.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1242,6 +1242,7 @@
<Content Include="typings\modules\angular-route\typings.json" />
<Content Include="typings\globals\moment-timezone\typings.json" />
<Content Include="typings\globals\moment\typings.json" />
<None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>
Expand Down
2 changes: 1 addition & 1 deletion src/Agrobook.Web/app/usuarios/views/organizaciones.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<md-tooltip>{{vm.showDeleted ? 'Ocultar orgs. eliminadas' : 'Mostrar orgs. eliminadas'}}</md-tooltip>
</md-button>
</div>
<md-list>
<md-list class="width-sm">
<md-list-item class="secondary-button-padding" ng-repeat="org in vm.organizaciones | filter:vm.searchText | orderBy:'!usuarioEsMiembro'"
ng-hide="org.deleted && !vm.showDeleted">
<md-button title="Agregar a {{vm.idUsuario}} a la organización {{org.display}}"
Expand Down

0 comments on commit 0b5696c

Please sign in to comment.