{% extends "views/layouts/base.html" %} {% block yield %}
A deployment connection is a Salesforce.com org that you wish to deploy to from this MavensMate project.
{% if connections.length > 0 %} {% for c in connections %} {% endfor %}
Connection Name
Instance URL
Action
{{ c['name'] }}
{{ c.instanceUrl || '' }}
Delete
{% endif %} {% endblock %} {% block buttons %} Go to Deploy to Server {% include 'views/partials/cancel_button.html' %} {% endblock %} {% block body_js %} {% endblock %}