Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
731a8cb8
Commit
731a8cb8
authored
Nov 03, 2016
by
Lena Gunn
Committed by
Robert Knight
Nov 04, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added links to help center from help panel
parent
bcd3fcb1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
help_link.html
h/templates/client/help_link.html
+1
-1
help_panel.html
h/templates/client/help_panel.html
+3
-3
No files found.
h/templates/client/help_link.html
View file @
731a8cb8
<a
class=
"help-panel-content__link"
href=
"mailto:support@hypothes.is?subject=Hypothesis%20support&body=Version:%20{{ vm.version }}%0D%0AUser%20Agent:%20{{vm.userAgent}}%0D%0AURL:%20{{ vm.url }}%0D%0APDF%20fingerprint:%20{{ vm.documentFingerprint ? vm.documentFingerprint : '-' }}%0D%0AUsername:%20{{ vm.auth.username ? vm.auth.username : '-' }}%0D%0ADate:%20{{ vm.dateTime | date:'dd MMM yyyy HH:mm:ss Z' }} "
>
Send us a
message
</a>
>
Send us a
n email
</a>
h/templates/client/help_panel.html
View file @
731a8cb8
...
...
@@ -15,9 +15,9 @@
document-fingerprint=
"vm.documentFingerprint"
auth=
"vm.auth"
date-time=
"vm.dateTime"
>
</help-link>
if you have any questions or want to give us feedback.
You can also visit our
<a
class=
"help-panel-content__link"
href=
"{{vm.serviceUrl('help')}}
"
target=
"_blank"
>
help documents
</a>
.
</help-link>
if you have any questions or want to give us feedback.
You can also send
<a
class=
"help-panel-content__link"
href=
"https://hypothesis.zendesk.com/hc/en-us/requests/new"
target=
"_blank"
>
a support ticket
</a>
or visit our
<a
class=
"help-panel-content__link"
href=
"https://hypothesis.zendesk.com/hc/en-us
"
target=
"_blank"
>
help documents
</a>
.
</div>
<header
class=
"help-panel-title"
>
About this version
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment