listing style changes
This commit is contained in:
@@ -24,14 +24,14 @@ block content
|
||||
td
|
||||
ul(style='list-style-type: none; margin: 0; padding: 0;')
|
||||
if !(user.uuid === project.user_id)
|
||||
li
|
||||
li.action-li
|
||||
a.action(href='/dash/v1/project/share/'+project.id+'/revoke/'+user.uuid) Revoke
|
||||
li
|
||||
a.action(href='/dash/v1/project/share/'+project.id+'/transfer/'+user.uuid) Transfer Ownership
|
||||
else
|
||||
li
|
||||
li.action-li
|
||||
strike Revoke
|
||||
li
|
||||
li.action-li
|
||||
strike Transfer Ownership
|
||||
|
||||
if sharing.edit.length > 0
|
||||
@@ -49,14 +49,14 @@ block content
|
||||
td
|
||||
ul(style='list-style-type: none; margin: 0; padding: 0;')
|
||||
if !(user.uuid === project.user_id)
|
||||
li
|
||||
li.action-li
|
||||
a.action(href='/dash/v1/project/share/'+project.id+'/revoke/'+user.uuid+'/edit') Revoke
|
||||
li
|
||||
a.action(href='/dash/v1/project/share/'+project.id+'/transfer/'+user.uuid) Transfer Ownership
|
||||
else
|
||||
li
|
||||
li.action-li
|
||||
strike Revoke
|
||||
li
|
||||
li.action-li
|
||||
strike Transfer Ownership
|
||||
br
|
||||
h2 Share With New User
|
||||
@@ -77,12 +77,12 @@ block content
|
||||
td
|
||||
ul(style='list-style-type: none; margin: 0; padding: 0;')
|
||||
if !(user.uuid === project.user_id)
|
||||
li
|
||||
li.action-li
|
||||
a.action(href='/dash/v1/project/share/' + project.id + '/share/'+user.uuid) Share (View)
|
||||
li
|
||||
li.action-li
|
||||
a.action(href='/dash/v1/project/share/' + project.id + '/share/'+user.uuid+'/edit') Share (Edit)
|
||||
else
|
||||
li
|
||||
li.action-li
|
||||
strike Share
|
||||
li
|
||||
li.action-li
|
||||
a.action(href='/dash/v1/project/share/' + project.id + '/transfer/' + user.uuid) Transfer Ownership
|
||||
|
||||
@@ -14,8 +14,8 @@ block content
|
||||
td #{ out.created.toLocaleString({timeZone: 'America/Chicago'}) }
|
||||
td
|
||||
ul(style='list-style-type: none; margin: 0; padding: 0;')
|
||||
li
|
||||
li.action-li
|
||||
a.action(href='/dash/v1/out/view/'+out.id) View
|
||||
if ( devbug.permission.project.edit(project, user) )
|
||||
li
|
||||
li.action-li
|
||||
a.action(href='/dash/v1/out/delete/'+out.id+'/'+project.id) Delete
|
||||
|
||||
@@ -30,4 +30,4 @@ html
|
||||
body
|
||||
.flitter-container
|
||||
img.flitter-image(src="/assets/flitter.png")
|
||||
p.flitter-name 500: Internal Server Error
|
||||
p.flitter-name 500: #{(reason ? reason : "Internal Server Error")}
|
||||
Reference in New Issue
Block a user