Commit a4955d53bfc53b533fa50e00c7d01c6d34e76b87
1 parent
97a1b1f9
Exists in
master
and in
5 other branches
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,6 +12,9 @@ | ||
12 | <span class="profile-big-image-inner2"> | 12 | <span class="profile-big-image-inner2"> |
13 | <%= link_to profile_image(block.owner, :big) +"\n", profile.url %> | 13 | <%= link_to profile_image(block.owner, :big) +"\n", profile.url %> |
14 | </span> | 14 | </span> |
15 | + <div class='admin-link'> | ||
16 | + <%= link_to _('Control panel'), block.owner.admin_url %> | ||
17 | + </div> | ||
15 | </div> | 18 | </div> |
16 | </div> | 19 | </div> |
17 | </td> | 20 | </td> |