Commit a4955d53bfc53b533fa50e00c7d01c6d34e76b87

Authored by Arthur Esposte
1 parent 97a1b1f9

Add control pannel link in Software Information Block

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
views/blocks/software_information.html.erb
... ... @@ -12,6 +12,9 @@
12 12 <span class="profile-big-image-inner2">
13 13 <%= link_to profile_image(block.owner, :big) +"\n", profile.url %>
14 14 </span>
  15 + <div class='admin-link'>
  16 + <%= link_to _('Control panel'), block.owner.admin_url %>
  17 + </div>
15 18 </div>
16 19 </div>
17 20 </td>
... ...