Fix typo
This commit is contained in:
@@ -48,7 +48,7 @@ module ProposalsDashboardHelper
|
|||||||
controller_name == "dashboard" && action_name == "new_request" && dashboard_action&.id == id
|
controller_name == "dashboard" && action_name == "new_request" && dashboard_action&.id == id
|
||||||
end
|
end
|
||||||
|
|
||||||
def resoure_availability_label(resource)
|
def resource_availability_label(resource)
|
||||||
label = []
|
label = []
|
||||||
|
|
||||||
label << t("dashboard.resource.required_days",
|
label << t("dashboard.resource.required_days",
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
class: "button expanded" %>
|
class: "button expanded" %>
|
||||||
<% else %>
|
<% else %>
|
||||||
<strong>
|
<strong>
|
||||||
<%== resoure_availability_label(resource) %>
|
<%== resource_availability_label(resource) %>
|
||||||
</strong>
|
</strong>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user