Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Fixed inconsistency on the activities of application tokens
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
  • Loading branch information
mssola committed Jul 26, 2016
1 parent 16b188b commit e38e760
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions app/views/public_activity/application_token/_create.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ li
.description
h6
strong
= activity.owner.display_username
| created a token for the "
em= activity.parameters[:application]
| " application
= "#{activity.owner.display_username} created a token"
= " for the application "
strong
= activity.parameters[:application]
small
i.fa.fa-clock-o
= activity_time_tag activity.created_at
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ li
.description
h6
strong
= activity.owner.display_username
| removed the token of "
em= activity.parameters[:application]
| " application
= "#{activity.owner.display_username} removed the token"
= " for the application "
strong
= activity.parameters[:application]
small
i.fa.fa-clock-o
= activity_time_tag activity.created_at

0 comments on commit e38e760

Please sign in to comment.