diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 5b3eba2..d1c3a24 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -98,6 +98,6 @@ input[type="checkbox"]:checked { } .notifications{ - margin-left: 21%; - margin-right: 21%; + margin-left: 21% !important; + margin-right: 21% !important; } \ No newline at end of file diff --git a/app/assets/stylesheets/navbar.scss b/app/assets/stylesheets/navbar.scss index eec4b39..65d421b 100644 --- a/app/assets/stylesheets/navbar.scss +++ b/app/assets/stylesheets/navbar.scss @@ -21,5 +21,4 @@ .badge-container{ position: relative !important; -} - +} \ No newline at end of file diff --git a/app/views/connections/_connection_cards.html.erb b/app/views/connections/_connection_cards.html.erb index 4ba5742..1a84fa5 100644 --- a/app/views/connections/_connection_cards.html.erb +++ b/app/views/connections/_connection_cards.html.erb @@ -14,7 +14,7 @@

<%= job.position %> | <%= job.company %>

<% end %> <% else %> -

<%= t Profile.human_attribute_name("work_status.#{connection_profile.work_status}") %>

+

<%= connection_profile.cover_letter%>

<% end %> diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 51ad68e..d44588b 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -56,7 +56,7 @@ <% end %>
-

Pode te interessar

+

Publicado recentemente

<% get_tags(10).uniq.each do |tag| %> <%= link_to searches_path(query: "##{tag}"), class:"bg-white text-center home-cards my-0 py-0 rounded-1" do %> diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb index 81d49d1..60ccb79 100644 --- a/app/views/posts/show.html.erb +++ b/app/views/posts/show.html.erb @@ -6,7 +6,7 @@
<%= link_to t('edit_btn'), edit_post_path(@post), class: 'btn btn-primary py-0', data: { turbo: false } %> <%= button_to t('publish_btn'), publish_post_path(@post), method: :patch, - class: 'btn btn-primary', data: { turbo: false } if @post.scheduled? %> + class: 'btn btn-primary py-0', data: { turbo: false } if @post.scheduled? %> <%= Post.human_attribute_name @post.status %>
<% else %> @@ -95,7 +95,17 @@
<% @post.comments.each do |comment| %> <% if comment.removed?%> -

<%= t('comments.removed_content') %>

+ <% else %>