Commit 1c92a457c0ac1ee8640748f302641c955bfdb2bd
1 parent
319e583e
Exists in
master
and in
22 other branches
Fix "My networks" block
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/blocks/my_network.html.erb
| @@ -11,5 +11,5 @@ | @@ -11,5 +11,5 @@ | ||
| 11 | </ul> | 11 | </ul> |
| 12 | 12 | ||
| 13 | <div class="my-network-actions"> | 13 | <div class="my-network-actions"> |
| 14 | - <%= render :file => 'blocks/profile_info_actions/' + owner.class.name.underscore %> | 14 | + <%= render 'blocks/profile_info_actions/' + owner.class.name.underscore %> |
| 15 | </div> | 15 | </div> |