--- src/app/views/providers/edit.haml | 12 ++++++------ src/app/views/users/index.haml | 30 +++++++++++++++--------------- src/app/views/users/show.haml | 26 +++++++++++++------------- 3 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/src/app/views/providers/edit.haml b/src/app/views/providers/edit.haml index 6491e2c..b6cb994 100644 --- a/src/app/views/providers/edit.haml +++ b/src/app/views/providers/edit.haml @@ -18,12 +18,12 @@ %dt.subject{ :class => alert[:type] }= alert[:subject] %dd.type= link_to alert[:alert_type], alert[:path] %dd.desc= alert[:description] - %section.admin-content-section.provider - %header - %h2.activity - Activity - .content - unimplemented + /%section.admin-content-section.provider + / %header + / %h2.activity + / Activity + / .content + / unimplemented %section.admin-content-section %header#tab-container-1 %h2.settings Settings diff --git a/src/app/views/users/index.haml b/src/app/views/users/index.haml index b1bfe7f..daf261f 100644 --- a/src/app/views/users/index.haml +++ b/src/app/views/users/index.haml @@ -2,21 +2,21 @@ %header.admin-page-header #obj_actions Quick Jump: - = link_to 'Groups', "#groups", :class => 'rounded-link' + /= link_to 'Groups', "#groups", :class => 'rounded-link' = link_to 'Users', "#users", :class => 'rounded-link' - = link_to 'Roles', "#roles", :class => 'rounded-link' + /= link_to 'Roles', "#roles", :class => 'rounded-link' .clear -%section.admin-content-section - %header - %h2#groups.groups Groups - .section-controls - #obj_actions - = link_to "", "#", :class => 'add-group-button', :id => 'add_group_button' - .content - Unimplemented. +/%section.admin-content-section +/ %header +/ %h2#groups.groups Groups +/ .section-controls +/ #obj_actions +/ = link_to "", "#", :class => 'add-group-button', :id => 'add_group_button' +/ .content +/ Unimplemented. = render :partial => 'list' -%section.admin-content-section - %header - %h2#roles.roles Roles - .content - Unimplemented. +/%section.admin-content-section +/ %header +/ %h2#roles.roles Roles +/ .content +/ Unimplemented. diff --git a/src/app/views/users/show.haml b/src/app/views/users/show.haml index 5c0d0ae..4d94a76 100644 --- a/src/app/views/users/show.haml +++ b/src/app/views/users/show.haml @@ -43,16 +43,16 @@ %dd= @user.last_login_ip .clear
-%section.admin-content-section.user - %header - %h2.activity Activity - - .content - Unimplemented. - -%section.admin-content-section.user - %header - %h2.roles Roles & Permissions - - .content - = render :partial => 'properties' +/%section.admin-content-section.user +/ %header +/ %h2.activity Activity +/ +/ .content +/ Unimplemented. +/ +/%section.admin-content-section.user +/ %header +/ %h2.roles Roles & Permissions +/ +/ .content +/ = render :partial => 'properties'
On 10/04/2011 12:59 PM, Jiri Tomasek wrote:
src/app/views/providers/edit.haml | 12 ++++++------ src/app/views/users/index.haml | 30 +++++++++++++++--------------- src/app/views/users/show.haml | 26 +++++++++++++------------- 3 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/src/app/views/providers/edit.haml b/src/app/views/providers/edit.haml index 6491e2c..b6cb994 100644 --- a/src/app/views/providers/edit.haml +++ b/src/app/views/providers/edit.haml @@ -18,12 +18,12 @@ %dt.subject{ :class => alert[:type] }= alert[:subject] %dd.type= link_to alert[:alert_type], alert[:path] %dd.desc= alert[:description]
- %section.admin-content-section.provider
- %header
%h2.activity
Activity
- .content
unimplemented
- /%section.admin-content-section.provider
- / %header
- / %h2.activity
- / Activity
- / .content
- / unimplemented %section.admin-content-section %header#tab-container-1 %h2.settings Settings
diff --git a/src/app/views/users/index.haml b/src/app/views/users/index.haml index b1bfe7f..daf261f 100644 --- a/src/app/views/users/index.haml +++ b/src/app/views/users/index.haml @@ -2,21 +2,21 @@ %header.admin-page-header #obj_actions Quick Jump:
- = link_to 'Groups', "#groups", :class => 'rounded-link'
- /= link_to 'Groups', "#groups", :class => 'rounded-link' = link_to 'Users', "#users", :class => 'rounded-link'
- = link_to 'Roles', "#roles", :class => 'rounded-link'
- /= link_to 'Roles', "#roles", :class => 'rounded-link' .clear
-%section.admin-content-section
- %header
- %h2#groups.groups Groups
- .section-controls
#obj_actions
= link_to "", "#", :class => 'add-group-button', :id => 'add_group_button'
- .content
- Unimplemented.
+/%section.admin-content-section +/ %header +/ %h2#groups.groups Groups +/ .section-controls +/ #obj_actions +/ = link_to "", "#", :class => 'add-group-button', :id => 'add_group_button' +/ .content +/ Unimplemented. = render :partial => 'list' -%section.admin-content-section
- %header
- %h2#roles.roles Roles
- .content
- Unimplemented.
+/%section.admin-content-section +/ %header +/ %h2#roles.roles Roles +/ .content +/ Unimplemented. diff --git a/src/app/views/users/show.haml b/src/app/views/users/show.haml index 5c0d0ae..4d94a76 100644 --- a/src/app/views/users/show.haml +++ b/src/app/views/users/show.haml @@ -43,16 +43,16 @@ %dd= @user.last_login_ip .clear
-%section.admin-content-section.user
- %header
- %h2.activity Activity
- .content
- Unimplemented.
-%section.admin-content-section.user
- %header
- %h2.roles Roles& Permissions
- .content
- = render :partial => 'properties'
+/%section.admin-content-section.user +/ %header +/ %h2.activity Activity +/ +/ .content +/ Unimplemented. +/ +/%section.admin-content-section.user +/ %header +/ %h2.roles Roles& Permissions +/ +/ .content +/ = render :partial => 'properties'
ACK
aeolus-devel@lists.fedorahosted.org