Commit 5b1984ce5a01d66b2630f76ef47ac156980ee38e
1 parent
b27bd2b1
Exists in
spb-stable
and in
3 other branches
Reduce right margin or dashboard project visibility icon
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
app/assets/stylesheets/sections/dashboard.scss
app/helpers/projects_helper.rb
... | ... | @@ -179,11 +179,11 @@ module ProjectsHelper |
179 | 179 | |
180 | 180 | title |
181 | 181 | end |
182 | - | |
182 | + | |
183 | 183 | def default_url_to_repo |
184 | 184 | current_user ? @project.url_to_repo : @project.http_url_to_repo |
185 | 185 | end |
186 | - | |
186 | + | |
187 | 187 | def default_clone_protocol |
188 | 188 | current_user ? "ssh" : "http" |
189 | 189 | end | ... | ... |