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 !130 opened Jul 22, 2014 by Kálmán Viktor@kviktor 
  • Report abuse
Report abuse

Template ACL fixes

👌 tests

fixes #195 (closed) fixes #194 (closed) fixes #208 (closed)

  • Discussion 3
  • Commits 17
  • Changes
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Kálmán Viktor
    @kviktor started a discussion on the diff Jul 23, 2014
    circle/dashboard/templates/base.html
    70 70 <script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
    71 71 <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
    72 72 <script src="{{ STATIC_URL }}jsi18n/{{ LANGUAGE_CODE }}/djangojs.js"></script>
    73 {% include 'autocomplete_light/static.html' %}
    • Kálmán Viktor @kviktor commented Jul 23, 2014
      Owner

      Do we need this on all pages?

      Do we need this on all pages?
    Please register or sign in to reply
  • Bach Dániel
    @bachdaniel started a discussion on an old version of the diff Jul 23, 2014
    circle/dashboard/templates/dashboard/_disk-list-element.html
    10 10 <div class="label label-danger"{% if user.is_superuser %} title="{{ d.get_latest_activity_result }}"{% endif %}>{% trans "failed" %}</div>
    11 11 {% endif %}
    12 12 {% else %}<span class="disk-list-disk-percentage" data-disk-pk="{{ d.pk }}">{{ d.get_download_percentage }}</span>%{% endif %}
    13 {% if is_owner != False %}
    13 14 <a href="{% url "dashboard.views.disk-remove" pk=d.pk %}?next={{ request.path }}"
    14 data-disk-pk="{{ d.pk }}" class="btn btn-xs btn-danger pull-right disk-remove"
    15 data-disk-pk="{{ d.pk }}" class="btn btn-xs btn-danger pull-right disk-remove "
    • Bach Dániel @bachdaniel commented Jul 23, 2014
      Owner

      💩 XDDD

      Edited Jul 23, 2014
      :shit: XDDD
    Please register or sign in to reply
  • Őry Máté @orymate commented Jul 23, 2014
    Owner

    👍

    :+1:
  • 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
IK migration
Milestone
IK migration
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
3
3 participants
Reference: circle/cloud!130