Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Ask
website
Commits
540af90c
Commit
540af90c
authored
Jul 14, 2013
by
Riccardo Padovani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfixes
parent
da007291
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
forum/skins/light/templates/question_list/tag_selector.html
forum/skins/light/templates/question_list/tag_selector.html
+2
-2
No files found.
forum/skins/light/templates/question_list/tag_selector.html
View file @
540af90c
...
...
@@ -21,7 +21,7 @@
{% endfor %}
</div>
<input
id=
"interestingTagInput"
autocomplete=
"off"
type=
"text"
/>
<button
id=
"interestingTagAdd"
type=
"submit"
value=
"{% trans "
Add
"
%}"
/
>
<button
id=
"interestingTagAdd"
type=
"submit"
value=
"{% trans "
Add
"
%}"
></button
>
<h3
class=
"subtitle"
>
{% trans "Ignored tags" %}
</h3>
<div
class=
"tags ignored marked-tags"
>
{% for tag_name in ignored_tag_names %}
...
...
@@ -39,7 +39,7 @@
{% endfor %}
</div>
<input
id=
"ignoredTagInput"
autocomplete=
"off"
type=
"text"
/>
<button
id=
"ignoredTagAdd"
type=
"submit"
value=
"{% trans "
Add
"
%}"
/
>
<button
id=
"ignoredTagAdd"
type=
"submit"
value=
"{% trans "
Add
"
%}"
></button
>
{% comment %}
<p
id=
"hideIgnoredTagsControl"
>
<input
id=
"hideIgnoredTagsCb"
type=
"checkbox"
{%
if
request
.
user
.
hide_ignored_questions
%}
checked=
"checked"
{%
endif
%}
/>
...
...
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