Skip to content

Commit

Permalink
Style/Ajusta tela de edição de descrição de categoria de trabalho
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Vasques <[email protected]>
  • Loading branch information
rozbr96 and Luckvc committed Feb 15, 2024
1 parent e755ed2 commit daf4ec7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/profile_job_categories/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</div>
<% end %>
<div class="mb-3">
<%= f.label :description, class: 'form-label' %>
<%= f.label :description, class: 'form-label' if should_render %>
<%= f.text_area :description, class: 'form-control' %>
</div>
<div class="mb-3">
Expand Down
5 changes: 2 additions & 3 deletions config/locales/models/profile_job_category.pt-BR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ pt-BR:
error: Essa página não está disponível no momento, entre em contato com o administrador.
form_title: Cadastrar Categoria de Trabalho no Perfil
edit:
form_title: Editar Categoria de Trabalho no Perfil
form_title: Editar Descrição de Categoria de Trabalho
update:
success: Categoria de trabalho editada com sucesso!
links:
new_profile_job_category_path: Adicionar nova categoria de trabalho
content:
profile_job_category_without_description: Não foi adicionada uma descrição para essa categoria.
section_title: Categorias de Trabalho
new_form_title: Cadastrar Categoria de Trabalho no Perfil
section_title: Categorias de Trabalho

0 comments on commit daf4ec7

Please sign in to comment.