Skip to content
Snippets Groups Projects

Reload activities/events on the dashboard page via ajax

Merged gitlab-qa-bot requested to merge github/fork/AlexDenisov/ajax_activities into master

Created by: AlexDenisov

Related to #2155, but little improved.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
32 29 end
33 30
34 31 content_tag :div, class: "filter_icon #{inactive}" do
35 link_to dashboard_path(event_filter: filter), class: 'has_tooltip', 'data-original-title' => tooltip do
32 link_to dashboard_path, class: 'has_tooltip event_filter_link', id: "#{key}_event_filter", 'data-original-title' => tooltip do
36 33 image_tag "event_filter_#{key}.png"
  • Created by: dzaporozhets

    I dont like jacascript:void. Use e.preventDefault instead

    By Administrator on 2013-01-09T21:03:01 (imported from GitLab project)

    By Administrator on 2013-01-09T21:03:01 (imported from GitLab)

  • gitlab-qa-bot
  • 32 29 end
    33 30
    34 31 content_tag :div, class: "filter_icon #{inactive}" do
    35 link_to dashboard_path(event_filter: filter), class: 'has_tooltip', 'data-original-title' => tooltip do
    32 link_to dashboard_path, class: 'has_tooltip event_filter_link', id: "#{key}_event_filter", 'data-original-title' => tooltip do
    36 33 image_tag "event_filter_#{key}.png"
    • Created by: AlexDenisov

      Agreed, didn't know about this method.

      By Administrator on 2013-01-09T21:03:57 (imported from GitLab project)

      By Administrator on 2013-01-09T21:03:57 (imported from GitLab)

  • Created by: AlexDenisov

    Travis behaves strange.

    By Administrator on 2013-01-09T21:24:31 (imported from GitLab project)

    By Administrator on 2013-01-09T21:24:31 (imported from GitLab)

  • Created by: dzaporozhets

    Better now. Merging this one. Thank you

    By Administrator on 2013-01-09T21:26:49 (imported from GitLab project)

    By Administrator on 2013-01-09T21:26:49 (imported from GitLab)

  • Created by: AlexDenisov

    I'm glad to help :smile:

    By Administrator on 2013-01-09T21:28:30 (imported from GitLab project)

    By Administrator on 2013-01-09T21:28:30 (imported from GitLab)

  • Please register or sign in to reply
    Loading