Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
angular
twitter-archive
Commits
ec7fc931
Commit
ec7fc931
authored
Nov 04, 2018
by
Zéfling
🎨
Browse files
Wording
parent
dc98ccba
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/tweets/tweets-calendar.component.html
View file @
ec7fc931
...
...
@@ -41,7 +41,7 @@
<div
class=
"tweet-actions"
>
<span
*ngIf=
"tweet.retweeted"
>
retweeted: {{tweet.retweet_count}}
</span>
<span
*ngIf=
"tweet.favorited"
>
favorited: {{tweet.favorite_count}}
</span>
<a
href=
"https://twitter.com/{{tweet.user_screen_name}}/status/{{tweet.id}}"
>
view
on Twitter
</a>
<a
href=
"https://twitter.com/{{tweet.user_screen_name}}/status/{{tweet.id}}"
>
See
on Twitter
</a>
</div>
</section>
</div>
\ No newline at end of file
Write
Preview
Supports
Markdown
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