Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[T132352] Add filters to interface, minor styling and semantic changes #3

Merged
merged 1 commit into from
Jun 15, 2016

Conversation

MusikAnimal
Copy link
Member

No description provided.

{% endif %}
{% endblock flashes %}
{% endblock flashes %}
</section>
Copy link
Member Author

@MusikAnimal MusikAnimal Jun 14, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This gives the banners under its own <section>

@MusikAnimal MusikAnimal force-pushed the filters branch 3 times, most recently from 5dfd6ad to d1b3fed Compare June 14, 2016 22:47
@kaldari
Copy link
Collaborator

kaldari commented Jun 14, 2016

+2

@MusikAnimal MusikAnimal force-pushed the filters branch 3 times, most recently from 5dd16be to d962243 Compare June 15, 2016 01:27

switch ( $filter ) {
case 'fixed':
array_push( $filters, "status = 'fixed'" );
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$filters[] = "status = 'fixed'"; It is the preferred way when doing MW development. Similarly below.

@Niharika29
Copy link
Collaborator

Looks good. Left some inline comments.

Minor styling and HTML semantic changes

Bug: T132352
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants