diff options
| author | 2016-07-31 01:38:46 +0200 | |
|---|---|---|
| committer | 2016-07-31 01:38:46 +0200 | |
| commit | 21a6521ba9ab8df18ad8386465cba9e9af99ce7f (patch) | |
| tree | 1230c56df5c0ff8614c2f565d40e485b6ea8ed29 /app | |
| parent | a78b3f5e7f19a1f1320fcb12f7c8b450f9a9dba4 (diff) | |
More links for API help
https://github.com/FreshRSS/FreshRSS/issues/328#issuecomment-236100791
https://github.com/FreshRSS/FreshRSS/issues/957#issuecomment-133581712
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/user/profile.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/user/profile.phtml b/app/views/user/profile.phtml index 7ae2c7ede..a97970927 100644 --- a/app/views/user/profile.phtml +++ b/app/views/user/profile.phtml @@ -37,6 +37,7 @@ <input type="password" id="apiPasswordPlain" name="apiPasswordPlain" autocomplete="off" pattern=".{7,}" <?php echo cryptAvailable() ? '' : 'disabled="disabled" '; ?>/> <a class="btn toggle-password" data-toggle="apiPasswordPlain"><?php echo _i('key'); ?></a> </div> + <?php echo _i('help'); ?> <kbd><a href="../api/"><?php echo Minz_Url::display('/api/greader.php', 'html', true); ?></a></kbd> </div> </div> <?php } ?> |
