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

Mandar mails para feedback y errores #656

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Geromendez135
Copy link

Resumen

  • Agregar un botón en el menu para mandar feedback por mail.
  • Para mantener consistencia con los cambios en Add github issues button #630 también se cambió este link para que lleve a mandar un correo.

En el caso de que se crea necesario se podría buscar la forma de chequear el tipo de correo que tenga el usuario para mandarle un link acorde, por ejemplo, si el usuario está registrado con una cuenta de outlook entonces llevarlo a un link de outlook y no de google. Quizá como la mayoría de la gente hoy usa google no debería ser gran problema.

this change is mainly to maintain consistency with the previous commit.
Also, not everybody has a github account
to create an issue.
Comment on lines +23 to +26
<a href="https://mail.google.com/mail/?view=cm&fs=1
&to=feedback-micarrera@cedarcode.com
&su=Feedback%20sobre%20MiCarrera
&body=Hola,%20quiero%20compartir%20mi%20opinión%20sobre%20la%20app..."
Copy link
Collaborator

Choose a reason for hiding this comment

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

podemos usar un view helper para generar esta url?

@@ -20,6 +20,18 @@
</span>
</a>
</div>
</div>
<a href="https://mail.google.com/mail/?view=cm&fs=1
Copy link
Collaborator

Choose a reason for hiding this comment

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

opiniones sobre usar mailto: (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#linking_to_an_email_address) para no depender de gmail?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants