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
c464e564
Commit
c464e564
authored
Jul 09, 2015
by
Randall Leeds
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2355 from hypothesis/viewable-vs-visible
s/viewable/visible/
parents
5cc32a22
db2e9c47
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
annotation.html
h/templates/client/annotation.html
+2
-2
No files found.
h/templates/client/annotation.html
View file @
c464e564
...
@@ -112,9 +112,9 @@
...
@@ -112,9 +112,9 @@
<footer
class=
"annotation-footer"
>
<footer
class=
"annotation-footer"
>
<div
class=
"small"
ng-if=
"vm.editing"
>
<div
class=
"small"
ng-if=
"vm.editing"
>
<p
ng-show=
"vm.privacyLevel.text == 'Only Me'"
>
<p
ng-show=
"vm.privacyLevel.text == 'Only Me'"
>
<i
class=
"h-icon-lock"
></i>
This annotation is vi
ewa
ble only to you.
</p>
<i
class=
"h-icon-lock"
></i>
This annotation is vi
si
ble only to you.
</p>
<p
ng-show=
"vm.privacyLevel.text == 'Public'"
>
<p
ng-show=
"vm.privacyLevel.text == 'Public'"
>
<i
class=
"h-icon-public"
></i>
This annotation is vi
ewa
ble to everyone.
</p>
<i
class=
"h-icon-public"
></i>
This annotation is vi
si
ble to everyone.
</p>
</div>
</div>
<div
class=
"form-actions"
ng-if=
"vm.editing"
ng-switch=
"vm.action"
>
<div
class=
"form-actions"
ng-if=
"vm.editing"
ng-switch=
"vm.action"
>
...
...
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