diff options
author | friendica <info@friendica.com> | 2014-08-27 16:49:07 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-27 16:49:07 -0700 |
commit | 4a1ddc7017c940e2cf158344a77831cf17788903 (patch) | |
tree | 15e397bcf62b684e9c085fedd4ef0360b9b50fae /view | |
parent | b478fe8dff80bd71511646b774b04e91d14e7136 (diff) | |
parent | 45e8419bce127aa118c4d4cd495e134f265adad4 (diff) | |
download | volse-hubzilla-4a1ddc7017c940e2cf158344a77831cf17788903.tar.gz volse-hubzilla-4a1ddc7017c940e2cf158344a77831cf17788903.tar.bz2 volse-hubzilla-4a1ddc7017c940e2cf158344a77831cf17788903.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/notifications_comments_item.tpl | 2 | ||||
-rwxr-xr-x | view/tpl/notifications_dislikes_item.tpl | 2 | ||||
-rwxr-xr-x | view/tpl/notifications_friends_item.tpl | 2 | ||||
-rwxr-xr-x | view/tpl/notifications_likes_item.tpl | 2 | ||||
-rwxr-xr-x | view/tpl/notifications_posts_item.tpl | 2 | ||||
-rwxr-xr-x | view/tpl/notify.tpl | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/view/tpl/notifications_comments_item.tpl b/view/tpl/notifications_comments_item.tpl index 856955424..d3c79be82 100755 --- a/view/tpl/notifications_comments_item.tpl +++ b/view/tpl/notifications_comments_item.tpl @@ -1,3 +1,3 @@ <div class="notif-item"> - <a href="{{$item_link}}" target="friendica-notifications"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> + <a href="{{$item_link}}"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> </div> diff --git a/view/tpl/notifications_dislikes_item.tpl b/view/tpl/notifications_dislikes_item.tpl index 856955424..d3c79be82 100755 --- a/view/tpl/notifications_dislikes_item.tpl +++ b/view/tpl/notifications_dislikes_item.tpl @@ -1,3 +1,3 @@ <div class="notif-item"> - <a href="{{$item_link}}" target="friendica-notifications"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> + <a href="{{$item_link}}"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> </div> diff --git a/view/tpl/notifications_friends_item.tpl b/view/tpl/notifications_friends_item.tpl index 856955424..d3c79be82 100755 --- a/view/tpl/notifications_friends_item.tpl +++ b/view/tpl/notifications_friends_item.tpl @@ -1,3 +1,3 @@ <div class="notif-item"> - <a href="{{$item_link}}" target="friendica-notifications"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> + <a href="{{$item_link}}"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> </div> diff --git a/view/tpl/notifications_likes_item.tpl b/view/tpl/notifications_likes_item.tpl index b2ba4024b..d3c79be82 100755 --- a/view/tpl/notifications_likes_item.tpl +++ b/view/tpl/notifications_likes_item.tpl @@ -1,3 +1,3 @@ <div class="notif-item"> - <a href="{{$item_link}}" target="friendica-notification"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> + <a href="{{$item_link}}"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> </div> diff --git a/view/tpl/notifications_posts_item.tpl b/view/tpl/notifications_posts_item.tpl index 856955424..d3c79be82 100755 --- a/view/tpl/notifications_posts_item.tpl +++ b/view/tpl/notifications_posts_item.tpl @@ -1,3 +1,3 @@ <div class="notif-item"> - <a href="{{$item_link}}" target="friendica-notifications"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> + <a href="{{$item_link}}"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> </div> diff --git a/view/tpl/notify.tpl b/view/tpl/notify.tpl index 856955424..d3c79be82 100755 --- a/view/tpl/notify.tpl +++ b/view/tpl/notify.tpl @@ -1,3 +1,3 @@ <div class="notif-item"> - <a href="{{$item_link}}" target="friendica-notifications"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> + <a href="{{$item_link}}"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a> </div> |