fixing share accepted message
This commit is contained in:
		
							parent
							
								
									238d828a6f
								
							
						
					
					
						commit
						ddf5cc5ad3
					
				@ -230,7 +230,7 @@
 | 
			
		||||
                    <h4 ng-bind="share.comment">friend@email.com</h4>
 | 
			
		||||
                    <p><b>Share Path:</b> <span ng-bind="share.path" class="text-muted">/</span></p>
 | 
			
		||||
                    <p><b>Actions Allowed:</b> <span ng-bind="share.mode | prettyShareMode" class="text-muted">wrx</span></p>
 | 
			
		||||
                    <p><b>Invite:</b> <em ng-if="share.pending" class="text-muted">pending</em></p>
 | 
			
		||||
                    <p><b>Invite:</b> <em ng-if="share.pending" class="text-muted">pending</em> <span ng-if="!share.pending" class="text-muted">Accepted</span></p>
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <div class="media-right align-self-center">
 | 
			
		||||
                    <button class="btn btn-danger" ng-click="vm.Shares.remove(r, share)">Remove Access</button>
 | 
			
		||||
 | 
			
		||||
@ -52,7 +52,7 @@
 | 
			
		||||
          <ul class="ls-none">
 | 
			
		||||
            <li class="add-folder">
 | 
			
		||||
              <span>
 | 
			
		||||
                <i class="fa fa-folder"></i> <input type="text" class="form-control {{ vm.hideFolderInput }}" ng-model="vm.autoPopulateWebPath" ng-blur="vm.createNewFolder(r)"  style="width: 85%;"/>
 | 
			
		||||
                <i class="fa fa-folder"></i> <input type="text" class="form-control {{ vm.hideFolderInput }}" ng-model="vm.autoPopulateWebPath" ng-blur="vm.createNewFolder(r);"  style="width: 85%;"/>
 | 
			
		||||
                <label ng-show="vm.showFileUploadBtn">{{ vm.autoPopulateWebPath }}</label>
 | 
			
		||||
              </span>
 | 
			
		||||
            </li>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user