Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

CIRCLE / cloud

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 94
  • Merge Requests 10
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Merged
Merge request !264 opened Oct 30, 2014 by Bach Dániel@bachdaniel 
  • Report abuse
Report abuse

Feature transfer template ownership

Closes #160 (closed)

  • Discussion 5
  • Commits 5
  • Changes
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Kálmán Viktor
    @kviktor started a discussion on an old version of the diff Oct 31, 2014
    Last updated by Bach Dániel Oct 31, 2014
    circle/dashboard/templates/dashboard/template-tx-owner.html
    1 {% load i18n %}
    2
    3 <div class="pull-right">
    4 <form action="{% url "dashboard.views.template-transfer-ownership" pk=object.pk %}" method="POST" style="max-width: 400px;">
    • Kálmán Viktor @kviktor commented Oct 31, 2014
      Owner

      indentation

      indentation
    • Bach Dániel @bachdaniel commented Oct 31, 2014
      Owner

      🚎 ? 😢

      :trolleybus: ? :cry:
    Please register or sign in to reply
  • Bach Dániel @bachdaniel

    Added 1 new commit:

    • cfb90704 - dashboard: fix indentation
    Oct 31, 2014

    Added 1 new commit:

    • cfb90704 - dashboard: fix indentation
    Added 1 new commit: * cfb90704dbd - dashboard: fix indentation
    Toggle commit list
  • Őry Máté
    @orymate started a discussion on an old version of the diff Nov 02, 2014
    circle/dashboard/templates/dashboard/template-edit.html
    81 81  
    82 82 <div class="panel panel-default">
    83 83 <div class="panel-heading">
    84 <h4 class="no-margin"><i class="fa fa-user"></i> {% trans "Owner" %}</h4>
    85 </div>
    86 <div class="panel-body">
    87 {% if user == object.owner %}
    88 {% blocktrans %}You are the current owner of this template.{% endblocktrans %}
    89 {% else %}
    90 {% blocktrans with owner=object.owner name=object.owner.get_full_name%}
    91 The current owner of this template is <strong>{{name}} ({{owner}})</strong>.
    • Őry Máté @orymate commented Nov 02, 2014
      Owner

      link to profile?

      link to profile?
    Please register or sign in to reply
  • Őry Máté
    @orymate started a discussion on an old version of the diff Nov 02, 2014
    circle/dashboard/templates/dashboard/vm-detail/access.html
    4 4 {% if user == instance.owner %}
    5 5 {% blocktrans %}You are the current owner of this instance.{% endblocktrans %}
    6 6 {% else %}
    7 {% blocktrans with owner=instance.owner %}
    8 The current owner of this instance is {{owner}}.
    7 {% blocktrans with owner=instance.owner name=instance.owner.get_full_name%}
    8 The current owner of this instance is <strong>{{name}} ({{owner}})</strong>.
    • Őry Máté @orymate commented Nov 02, 2014
      Owner

      link to profile?

      link to profile?
    Please register or sign in to reply
  • Őry Máté @orymate commented Nov 02, 2014
    Owner

    +1

    +1
  • Bach Dániel @bachdaniel

    Added 1 new commit:

    • 66afc59c - dashboard: add profile links
    Nov 02, 2014

    Added 1 new commit:

    • 66afc59c - dashboard: add profile links
    Added 1 new commit: * 66afc59cafb - dashboard: add profile links
    Toggle commit list
  • Bach Dániel @bachdaniel

    mentioned in commit 833d5490

    Feb 23, 2015

    mentioned in commit 833d5490

    mentioned in commit 833d54900f74354e42db46ea958d70601cb7e56d
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Bach Dániel
Assignee
Bach Dániel @bachdaniel
Assign to
October
Milestone
October
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
3
3 participants
Reference: circle/cloud!264