Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
diaspora
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gigadoc 2
diaspora
Commits
c050c606
Commit
c050c606
authored
Jun 17, 2015
by
Pablo Cuadrado
Committed by
Jonne Haß
Jun 17, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
this was causing an empty element to be created
closes #6111
parent
3a527d01
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Changelog.md
Changelog.md
+1
-0
app/assets/templates/tag_following_tpl.jst.hbs
app/assets/templates/tag_following_tpl.jst.hbs
+1
-1
No files found.
Changelog.md
View file @
c050c606
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
## Bug fixes
## Bug fixes
*
Precompile facebox images
[
#6105
](
https://github.com/diaspora/diaspora/pull/6105
)
*
Precompile facebox images
[
#6105
](
https://github.com/diaspora/diaspora/pull/6105
)
*
Fix wrong closing a-tag
[
#6111
](
https://github.com/diaspora/diaspora/pull/6111
)
## Features
## Features
*
Add configuration options for some debug logs
[
#6090
](
https://github.com/diaspora/diaspora/pull/6090
)
*
Add configuration options for some debug logs
[
#6090
](
https://github.com/diaspora/diaspora/pull/6090
)
...
...
app/assets/templates/tag_following_tpl.jst.hbs
View file @
c050c606
<a
href=
"#"
id=
"unfollow_
{{
name
}}
"
rel=
"nofollow"
class=
"action delete_tag_following pull-right"
title=
"
{{
t
"delete"
}}
"
>
×
<
a/
>
<a
href=
"#"
id=
"unfollow_
{{
name
}}
"
rel=
"nofollow"
class=
"action delete_tag_following pull-right"
title=
"
{{
t
"delete"
}}
"
>
×
<
/a
>
<a
href=
"/tags/
{{
name
}}
"
class=
"selectable"
>
<a
href=
"/tags/
{{
name
}}
"
class=
"selectable"
>
#
{{
name
}}
#
{{
name
}}
</a>
</a>
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