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
9d074792
Commit
9d074792
authored
Mar 31, 2016
by
Robert Knight
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3162 from hypothesis/copy-tweaks-logged-out-message
Minor copy and style tweaks to the logged-out message
parents
9f768898
b07176aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
17 deletions
+8
-17
loggedout-message.scss
h/static/styles/loggedout-message.scss
+1
-7
viewer.html
h/templates/client/viewer.html
+7
-10
No files found.
h/static/styles/loggedout-message.scss
View file @
9d074792
...
...
@@ -7,13 +7,7 @@
flex-direction
:
column
;
}
.loggedout-message-actions
{
margin
:
auto
;
width
:
75%
;
text-align
:
center
;
}
.loggedout-message-actions__link
{
.loggedout-message__link
{
text-decoration
:
underline
;
color
:
$dg-3
;
...
...
h/templates/client/viewer.html
View file @
9d074792
...
...
@@ -41,16 +41,13 @@
ng-show=
"vm.shouldShow()"
>
</li>
<li
class=
"loggedout-message"
ng-if=
"isSidebar && shouldShowLoggedOutMessage()"
ng-cloak
>
This is a public annotation created with Hypothes.is
<span
class=
"loggedout-message-actions"
>
<a
class=
"loggedout-message-actions__link"
href=
"{{ register_url }}"
target=
"_blank"
>
Sign up
</a>
for a free account or
<a
class=
"loggedout-message-actions__link"
href=
""
ng-click=
"login()"
>
log in
</a>
to reply or create a new annotation
<span>
This is a public annotation created with Hypothesis.
<br>
To reply or make your own annotations on this document,
<a
class=
"loggedout-message__link"
href=
"{{ register_url }}"
target=
"_blank"
>
create a free account
</a>
or
<a
class=
"loggedout-message__link"
href=
""
ng-click=
"login()"
>
sign in
</a>
.
</span>
<span
class=
"loggedout-message-logo"
>
<a
href=
"https://hypothes.is"
>
...
...
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