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
M
memopol
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
32
Issues
32
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Political Memory
memopol
Commits
1745db8f
Commit
1745db8f
authored
Aug 20, 2016
by
Nicolas Joyard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change proposal icon to pencil
parent
1d5b60d3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
memopol/tests/response_fixtures/DossierListTest.test_cards.content
...ests/response_fixtures/DossierListTest.test_cards.content
+1
-1
memopol/tests/response_fixtures/ThemeListTest.test_cards.content
.../tests/response_fixtures/ThemeListTest.test_cards.content
+1
-1
templates/memopol_themes/theme_list.html
templates/memopol_themes/theme_list.html
+1
-1
templates/representatives_votes/dossier_list.html
templates/representatives_votes/dossier_list.html
+1
-1
No files found.
memopol/tests/response_fixtures/DossierListTest.test_cards.content
View file @
1745db8f
...
...
@@ -11,7 +11,7 @@
<span class="label label-default" data-placement="bottom" data-toggle="tooltip" title="Proposals">
<span class="glyphicon glyphicon-
file
"></span>
<span class="glyphicon glyphicon-
pencil
"></span>
<span class="badge">3</span>
</span>
...
...
memopol/tests/response_fixtures/ThemeListTest.test_cards.content
View file @
1745db8f
...
...
@@ -25,7 +25,7 @@
<span class="label label-default" data-placement="bottom" data-toggle="tooltip" title="Proposals">
<span class="glyphicon glyphicon-
file
"></span>
<span class="glyphicon glyphicon-
pencil
"></span>
<span class="badge">3</span>
</span>
...
...
templates/memopol_themes/theme_list.html
View file @
1745db8f
...
...
@@ -43,7 +43,7 @@
{% if theme.nb_proposals > 0 %}
<span
class=
"label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"{% trans 'Proposals' %}"
>
{% bootstrap_icon "
file
" %}
{% bootstrap_icon "
pencil
" %}
<span
class=
"badge"
>
{{ theme.nb_proposals }}
</span>
</span>
{% endif %}
...
...
templates/representatives_votes/dossier_list.html
View file @
1745db8f
...
...
@@ -30,7 +30,7 @@
{% if dossier.nb_proposals > 0 %}
<span
class=
"label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"{% trans 'Proposals' %}"
>
{% bootstrap_icon "
file
" %}
{% bootstrap_icon "
pencil
" %}
<span
class=
"badge"
>
{{ dossier.nb_proposals }}
</span>
</span>
{% 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