Skip to content

Commit

Permalink
remove notification from all other views
Browse files Browse the repository at this point in the history
  • Loading branch information
pikooh committed Apr 17, 2016
1 parent 2f5d66d commit d2a069a
Show file tree
Hide file tree
Showing 23 changed files with 0 additions and 46 deletions.
2 changes: 0 additions & 2 deletions app/views/group_assignments/index.html.erb
Expand Up @@ -7,8 +7,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<table>
<thead>
<tr>
Expand Down
2 changes: 0 additions & 2 deletions app/views/group_assignments/show.html.erb
Expand Up @@ -17,8 +17,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<ul class="properties col_6">
<li>
<p>
Expand Down
2 changes: 0 additions & 2 deletions app/views/jobs/index.html.erb
Expand Up @@ -7,8 +7,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<table>
<thead>
<tr>
Expand Down
2 changes: 0 additions & 2 deletions app/views/jobs/show.html.erb
Expand Up @@ -18,8 +18,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<ul class="properties col_6">
<li>
<p>
Expand Down
2 changes: 0 additions & 2 deletions app/views/package_groups/index.html.erb
Expand Up @@ -7,8 +7,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<table>
<thead>
<tr>
Expand Down
2 changes: 0 additions & 2 deletions app/views/package_groups/show.html.erb
Expand Up @@ -17,8 +17,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<ul class="properties col_6">
<li>
<p>
Expand Down
2 changes: 0 additions & 2 deletions app/views/package_installations/index.html.erb
Expand Up @@ -7,8 +7,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<table>
<thead>
<tr>
Expand Down
2 changes: 0 additions & 2 deletions app/views/package_installations/show.html.erb
Expand Up @@ -17,8 +17,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<ul class="properties col_6">
<li>
<p>
Expand Down
2 changes: 0 additions & 2 deletions app/views/package_updates/index.html.erb
Expand Up @@ -7,8 +7,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<table>
<thead>
<tr>
Expand Down
2 changes: 0 additions & 2 deletions app/views/package_updates/show.html.erb
Expand Up @@ -17,8 +17,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<ul class="properties col_6">
<li>
<p>
Expand Down
2 changes: 0 additions & 2 deletions app/views/packages/index.html.erb
Expand Up @@ -7,8 +7,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<table class="striped tight sortable clickableRows">
<thead>
<tr>
Expand Down
2 changes: 0 additions & 2 deletions app/views/packages/show.html.erb
Expand Up @@ -17,8 +17,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<ul class="properties col_6">
<li>
<p>
Expand Down
2 changes: 0 additions & 2 deletions app/views/roles/index.html.erb
Expand Up @@ -7,8 +7,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<table>
<thead>
<tr>
Expand Down
2 changes: 0 additions & 2 deletions app/views/roles/show.html.erb
Expand Up @@ -17,8 +17,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<ul class="properties col_6">
<li>
<p>
Expand Down
2 changes: 0 additions & 2 deletions app/views/system_groups/index.html.erb
Expand Up @@ -7,8 +7,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<table>
<thead>
<tr>
Expand Down
2 changes: 0 additions & 2 deletions app/views/system_groups/show.html.erb
Expand Up @@ -17,8 +17,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<ul class="properties col_6">
<li>
<p>
Expand Down
2 changes: 0 additions & 2 deletions app/views/system_update_states/index.html.erb
Expand Up @@ -7,8 +7,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<table>
<thead>
<tr>
Expand Down
2 changes: 0 additions & 2 deletions app/views/system_updates/index.html.erb
Expand Up @@ -7,8 +7,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<table>
<thead>
<tr>
Expand Down
2 changes: 0 additions & 2 deletions app/views/systems/show.html.erb
Expand Up @@ -17,8 +17,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<ul class="properties col_6">
<li>
<p>
Expand Down
2 changes: 0 additions & 2 deletions app/views/task_executions/show.html.erb
Expand Up @@ -17,8 +17,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<ul class="properties col_6">
<li>
<p>
Expand Down
2 changes: 0 additions & 2 deletions app/views/task_states/show.html.erb
Expand Up @@ -17,8 +17,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<ul class="properties col_6">
<li>
<p>
Expand Down
2 changes: 0 additions & 2 deletions app/views/tasks/show.html.erb
Expand Up @@ -17,8 +17,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<ul class="properties col_6">
<li>
<p>
Expand Down
2 changes: 0 additions & 2 deletions app/views/users/show.html.erb
Expand Up @@ -17,8 +17,6 @@
}]
} %>

<p id="notice"><%= notice %></p>

<ul class="properties col_6">
<li>
<p>
Expand Down

0 comments on commit d2a069a

Please sign in to comment.