Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-06 00:06:29 +0300
committerbrantje <brantje@gmail.com>2016-10-06 00:06:29 +0300
commit00698441471a823eff96741d9ab4d28b6cd6f7f2 (patch)
treef05513152ac6794ece476fe6b016c394903b2743 /templates
parent53c55d5fd69448cde254e225cc15d29a52c6c246 (diff)
Change the way the credentials are loaded, load credentials every 5 min, Decline share request works
Diffstat (limited to 'templates')
-rw-r--r--templates/views/show_vault.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/views/show_vault.html b/templates/views/show_vault.html
index 95a63de2..cec1293d 100644
--- a/templates/views/show_vault.html
+++ b/templates/views/show_vault.html
@@ -283,7 +283,7 @@
</td>
<td>
<span class="link" ng-click="acceptShareRequest(share_request)">Accept</span>
- | <span class="link">Decline</span>
+ | <span class="link" ng-click="declineShareRequest(share_request)">Decline</span>
</td>
</tr>
</table>