Remove help tooltip that doesnt do anything

This commit is contained in:
George Drummond 2019-02-12 09:31:27 -05:00
parent f22fda4e28
commit 6172133957
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17
3 changed files with 0 additions and 13 deletions

View File

@ -2,10 +2,6 @@
white-space: nowrap; white-space: nowrap;
} }
.center {
text-align: center;
}
@mixin hide { @mixin hide {
border: 0; border: 0;
clip: rect(0 0 0 0); clip: rect(0 0 0 0);

View File

@ -15,13 +15,5 @@
message=("portfolios.index.empty.title" | translate), message=("portfolios.index.empty.title" | translate),
) )
}} }}
<div class="center">
{{
Tooltip(
title=("portfolios.index.empty.help_title" | translate),
)
}}
</div>
{% endblock %} {% endblock %}

View File

@ -483,7 +483,6 @@ portfolios:
index: index:
empty: empty:
title: You have no apps yet title: You have no apps yet
help_title: Should I do this?
start_button: Start a New JEDI Portfolio start_button: Start a New JEDI Portfolio
applications: applications:
add_application_text: Add A New Application add_application_text: Add A New Application