File tree 2 files changed +15
-9
lines changed
modules/team_planner/app/views/team_planner/team_planner
2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,11 @@ See COPYRIGHT and LICENSE files for more details.
27
27
28
28
++#%>
29
29
30
- <% html_title t(:label_administration), t("custom_actions.upsale.title") %>
31
-
32
- <%= render EnterpriseEdition::UpsalePageComponent.new(
33
- :custom_actions,
34
- video: "enterprise/custom-actions.mp4"
35
- ) %>
30
+ <% html_title t(:label_administration), t("ee.upsale.custom_actions.title") %>
31
+
32
+ <%=
33
+ render EnterpriseEdition::UpsalePageComponent.new(
34
+ :custom_actions,
35
+ video: "enterprise/custom-actions.mp4"
36
+ )
37
+ %>
Original file line number Diff line number Diff line change 1
- <% html_title(t(:label_administration), t("team_planner .upsale.title")) -%>
1
+ <% html_title(t(:label_administration), t("ee .upsale.team_planner_view .title")) -%>
2
2
3
- <%= render EnterpriseEdition::UpsalePageComponent.new(:team_planner_view,
4
- video: "enterprise/team-planner-animation.mp4") %>
3
+ <%=
4
+ render EnterpriseEdition::UpsalePageComponent.new(
5
+ :team_planner_view,
6
+ video: "enterprise/team-planner-animation.mp4"
7
+ )
8
+ %>
You can’t perform that action at this time.
0 commit comments