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

« back to all changes in this revision

Viewing changes to ivle/webapp/groups/template.html

  • Committer: Matt Giuca
  • Date: 2010-02-25 08:22:44 UTC
  • mfrom: (1730 trunk)
  • mto: This revision was merged to the branch mainline in revision 1731.
  • Revision ID: matt.giuca@gmail.com-20100225082244-qfn1aznyirbxn0jg
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
      <div py:if="projectset.is_group" class="majorsection">
42
42
        <h2>Groups</h2>
43
43
        <table class="pretty_table">
44
 
          <thead><tr><th>Name</th><th>Actions</th></tr></thead>
 
44
          <thead><tr><th>Name</th><th>Management</th></tr></thead>
45
45
          <tbody>
46
46
            <tr py:for="group in projectset.project_groups"
47
47
                id="project_group_${group.id}">