Adjust texts in tabs/feed template
This commit is contained in:
parent
47e5675d84
commit
689dd3880f
|
@ -12,14 +12,14 @@
|
||||||
.dropdown-menu
|
.dropdown-menu
|
||||||
- if current_user.groups.empty?
|
- if current_user.groups.empty?
|
||||||
.p-3
|
.p-3
|
||||||
%p Looks like you don't have any groups yet!
|
%p Looks like you don't have any groups yet.
|
||||||
%p
|
%p
|
||||||
You can create groups and add users to them using the
|
You can create groups and add users to them using the
|
||||||
%i.fa.fa-fw.fa-users
|
%i.fa.fa-fw.fa-users
|
||||||
icon in the navigation on user profiles (that are not yours)
|
icon in the navigation on user profiles that are not yours.
|
||||||
%p.mb-0
|
%p.mb-0
|
||||||
Once you have done that, the groups will be listed here and
|
Once you have done that, the groups will be listed here and
|
||||||
if selected, you'll get a timeline view of all users from
|
when selected, you'll get a timeline view of all users from
|
||||||
that group!
|
that group.
|
||||||
- current_user.groups.each do |group|
|
- current_user.groups.each do |group|
|
||||||
%a.dropdown-item{ href: group_timeline_path(group.name) }= group.display_name
|
%a.dropdown-item{ href: group_timeline_path(group.name) }= group.display_name
|
Loading…
Reference in New Issue