Remove help tooltip that doesnt do anything
This commit is contained in:
parent
f22fda4e28
commit
6172133957
@ -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);
|
||||||
|
@ -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 %}
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user