Commit 1c92a457c0ac1ee8640748f302641c955bfdb2bd

Authored by Antonio Terceiro
1 parent 319e583e

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 11 </ul>
12 12  
13 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 15 </div>
... ...