srchub

srchub Commit Details


Date:2015-10-27 19:22:45 (9 years 4 months ago)
Author:Natalie Adams
Branch:master
Commit:741e64c2d950e5c91d53480a6e0e80afd42493c9
Parents: 7532cb9b16da959c2daf3939175e8786011b1844
Message:Issue 111: Links on forge admin and public profile are not using shortname for project linking

Changes:

File differences

indefero/src/IDF/templates/idf/gadmin/users/update.html
132132
133133
134134
135
135
136136
137137
138138
    <ul>
        {if $ownedProjects}
            {foreach $ownedProjects as $p}
            <li> <a href="{url 'IDF_Views_Project::home', array($p.name)}">{$p.name} - {$p.shortdesc}</a> </li>
            <li> <a href="{url 'IDF_Views_Project::home', array($p.shortname)}">{$p.name} - {$p.shortdesc}</a> </li>
            {/foreach}
        {/if}
    </ul>
indefero/src/IDF/templates/idf/user/public.html
6363
6464
6565
66
66
6767
6868
6969
    {if $p.private == 0}
    <tr>
        <td>
            <a href="{url 'IDF_Views_Project::home', array($p.name)}">{$p.name} - {$p.shortdesc}</a>
            <a href="{url 'IDF_Views_Project::home', array($p.shortname)}">{$p.name} - {$p.shortdesc}</a>
        </td>
    </tr>
    {/if}

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.12982s using 20 queries.