Fixes #3351 - Moves the analytics comment#3357
Conversation
|
@apsychogirl you might want to adjust the PR, to just modify what needs to be modified. I have the feeling you got a formater which changed everything in the initial code. |
|
Thanks for looking into this @apsychogirl . Looks good to me, though you might want to check Karl's comment |
karlcow
left a comment
There was a problem hiding this comment.
so a couple of things…
- The title of the PR needs to be Fixes #3351 - Moves the analytics comment.
- The issue #3351 doesn't talk about removing the comment. It says move the comment two lines up.
- The commit messages need to have the proper format referencing the issue number. for example,
git commit -m 'issue #3351 - moves the Google Analytics comment' webcompat/templates/layout.html
Could you fix this.
|
@apsychogirl yes! that's it. one last thing. Could you do
Then Thanks. |
|
Just a doubt, if I change the message of the first line, won't that merge the commit with issue #3354 ? |
|
hmmm not the right git rebase. Yup DO NOT DO that :) |
|
@apsychogirl could you tell me what returns for the first 5 lines. |
|
|
@apsychogirl I'm confused. but your latest commit says:
|
|
ah no that's not it. Sorry about that. |
|
@apsychogirl you should see these 3 commits |
|
@apsychogirl do you want to try to fix it? or do you want me to fix your pull request? |
|
I'll try to find the error and will let you know |
|
@karlcow , does this seems fine? |
|
Thanks a lot @apsychogirl |

Fixes - #3351