~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/templates/offering.html

Give offerings home page URLs and descriptions, and remove global subject URLs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        </a>
15
15
      </div>
16
16
 
 
17
      <div py:if="context.description" style="margin-bottom: 1em;">
 
18
        <div style="margin-bottom: 0.5em;">${context.description}</div>
 
19
        <a py:if="context.url" class="webaction" href="${context.url}">Home page</a>
 
20
      </div>
 
21
 
17
22
      <div py:if="'edit' in permissions or context.projects.count() > 0"
18
23
           class="majorsection">
19
24
        <h2>Projects</h2>